Information
- ID
- 1246
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 9
- Tags
- # Submissions
- 8
- Accepted
- 8
- Uploaded By
#include <bits/stdc++.h>
using namespace std;
int main()
{
int a = 1;
for(int i = 0;i < 5;i++)
{
a *= 2;
}
cout << a;
return 0;
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.