# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
19614 | 2016-02-25T01:59:00 Z | LK149 | Α (kriii4_P1) | C++ | 0 ms | 1084 KB |
#include <stdio.h> int main(){ int a,b; scanf("%d",&a); scanf("%d",&b); if(a==3&&b==3) printf("27"); else printf("1"); }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1084 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |