# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
117454 | 2019-06-16T01:08:09 Z | maho04 | scanf 함수 5 (BSC_0_7) | C++14 | 2 ms | 256 KB |
#include <iostream> using namespace std; int main(){ int a,b,c; cin>>a; cin>>b; c=a+b; cout<<c; }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 256 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |