delete pics to save space
This commit is contained in:
9
history_source/信息学奥赛一本通/1.1.2.cpp
Normal file
9
history_source/信息学奥赛一本通/1.1.2.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
int a,b;
|
||||
cin>>b>>a>>b;
|
||||
cout<<a<<endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user