# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
17627 | 2016-01-03T13:22:56 Z | pjh0123 | scanf 함수 5 (BSC_0_7) | C++ | 0 ms | 1084 KB |
#include<stdio.h> int a,b; int main(){ scanf("%d%d",&a,&b); printf("%f",(a+b)/2.0); }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 1084 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |