답안 #17601

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
17601 2016-01-02T03:55:48 Z Namnamseo scanf 함수 1 (BSC_0_3) C
컴파일 오류
0 ms 0 KB
#import<cstdio>
main(a){for(;a=getchar()+1;)putchar(a-1);}

Compilation message

scanf1.c:1:2: warning: #import is a deprecated GCC extension [-Wdeprecated]
 #import<cstdio>
  ^
scanf1.c:1:16: fatal error: cstdio: 그런 파일이나 디렉터리가 없습니다
 #import<cstdio>
                ^
compilation terminated.