# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
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);}
# | 결과 | 실행 시간 | 메모리 | 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 | - |