# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
3557 | 2013-08-31T06:35:02 Z | Qwaz | Great Pow! (kriii1_G) | C++ | 0 ms | 1088 KB |
#include <cstdio> int n, k; int main(){ scanf("%d%d", &n, &k); printf("%d\n", n%2?n-1:1); return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1088 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |