# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
3543 | pl0892029 | Ancient symbol (kriii1_A) | C++98 | 0 ms | 1268 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int main(void){
int x;
scanf("%d", &x);
printf("%d\n", (int)pow(2.0, x));
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |