add l4.cpp
This commit is contained in:
parent
a4c4848524
commit
867cb905a5
1 changed files with 8 additions and 0 deletions
8
cpp/l4.cpp
Normal file
8
cpp/l4.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#include <iostream>
|
||||||
|
#include <string>
|
||||||
|
int main() {
|
||||||
|
std::string x;
|
||||||
|
std::cout << "Кто сергей" << std::endl;
|
||||||
|
std::getline(std::cin, x);
|
||||||
|
std::cout << "сергей " << x << std::endl;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue