3 solutions
Information
- ID
- 6793
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- 1
- Tags
- # Submissions
- 30
- Accepted
- 24
- Uploaded By
#include <iostream>
using namespace std;
int main(){
long long a,b,c;
cin>>a>>b>>c;
cout<<b;
return 0;
}
不日,这题LONG LONG?
By signing up a ZXOJ universal account, you can submit code and join discussions in all online judging services provided by us.