답안 #17626

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
17626 2016-01-03T13:22:32 Z pjh0123 scanf 함수 5 (BSC_0_7) C++
0 / 100
0 ms 1084 KB
#include<stdio.h>
int a,b;
int main(){
  scanf("%d%d",&a,&b);
  printf("%f",a+b/2.0);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 1084 KB Output isn't correct
2 Halted 0 ms 0 KB -