| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1294273 | saleh_mursudlu | Kangaroo (CEOI16_kangaroo) | C++20 | 1 ms | 568 KiB |
#include <bits/stdc++.h>
using namespace std;
int main() {
long long n,m,a,b,c,d,x;
cin>>a>>b>>c;
a-=2;
long long k=1;
b=a;
while(b!=1){
k*=2;
b--;
}
cout<<k<<endl;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
