# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
3432 | 2013-08-31T05:46:33 Z | mjy0503 | Great Pow! (kriii1_G) | C++ | 0 ms | 1088 KB |
#include <stdio.h> #include <algorithm> #include <string.h> #include <vector> int n; int main(){ int m; scanf("%d %d",&n,&m); if(m==0) printf("%d\n",n); else printf("1\n"); return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1088 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |