# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
3872 | 2013-08-31T09:00:56 Z | jiyong3 | Ancient symbol (kriii1_A) | C++ | 0 ms | 1672 KB |
#include <iostream> using namespace std; int main() { int x; cin >> x; cout << 1 << endl; }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1672 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |