# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
3387 | 2013-08-31T05:16:35 Z | joinsung | Ancient symbol (kriii1_A) | C++ | 0 ms | 1672 KB |
#include <iostream> using namespace std; int main() { int x; cin >> x; cout << x+1 << endl; return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1672 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |