mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Create 1867.cpp
This commit is contained in:
parent
cbdde333e2
commit
e8d029c4c3
14
QUSTOJ/1867.cpp
Normal file
14
QUSTOJ/1867.cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include <iostream>
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
string a,b,c,d,e,f;
|
||||
cin>>a>>b>>c>>d>>e>>f;
|
||||
cout<<"Num:"<<a<<endl;
|
||||
cout<<"Sex:"<<b<<endl;
|
||||
cout<<"Birth Date:"<<c<<" "<<d<<" "<<e<<endl;
|
||||
cout<<"ID:"<<f<<endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user