# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
12741 | 2015-01-02T10:14:34 Z | ainu7 | Great Pow! (kriii1_G) | C++ | 0 ms | 1676 KB |
#include <math.h> #include <stdio.h> #include <string.h> #include <vector> #include <string> #include <queue> #include <map> #include <algorithm> #include <cmath> #include <iostream> #include <sstream> #include <set> using namespace std; int main() { int a, k; cin >> a >> k; if (a % 2) printf("%d\n", 1); else printf("%d\n", a); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1676 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |