# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
14322 | 2015-05-12T03:35:12 Z | ggoh | scanf 함수 5 (BSC_0_7) | C++ | 0 ms | 1084 KB |
#import<cstdio> float a,b;main(){scanf("%f%f",&a,&b);printf("%.f",(a+b)/2);}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 1084 KB | Output is correct |
2 | Incorrect | 0 ms | 1084 KB | Output isn't correct |
3 | Halted | 0 ms | 0 KB | - |