5 solutions
- 1
Information
- ID
- 53
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- 4
- Tags
- (None)
- # Submissions
- 1056
- Accepted
- 524
- Uploaded By
#include<iostream>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b>>c;
cout<<b;
return 0;
}
#include using namespace std; int main(){ cout <<""<<endl ; cout <<""<<endl; cout << ""<<endl; return 0; }
#include using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<b; return 0; }
By signing up a HydroOJ universal account, you can submit code and join discussions in all online judging services provided by us.