제출 #3543

#제출 시각아이디문제언어결과실행 시간메모리
3543pl0892029Ancient symbol (kriii1_A)C++98
0 / 1
0 ms1268 KiB
#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 timeMemoryGrader output
Fetching results...