mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1910.cpp
This commit is contained in:
parent
f74609c1c5
commit
6d3250fb4f
10
QUSTOJ/1910.cpp
Normal file
10
QUSTOJ/1910.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include <iostream>
|
||||
#include <string>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
string a;
|
||||
getline(cin,a);
|
||||
cout<<a<<endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user