0_0_26756668_5093.cpp:1:2: error: invalid preprocessing directive #nclude
#nclude<stdio.h>
^
0_0_26756668_5093.cpp: In function 'int main()':
0_0_26756668_5093.cpp:6:34: error: 'scanf' was not declared in this scope
while(scanf("%c%c%c",&a,&b,&c))
^
0_0_26756668_5093.cpp:8:17: error: 'getchar' was not declared in this scope
getchar();
^
0_0_26756668_5093.cpp:23:30: error: 'printf' was not declared in this scope
printf("%c %c %c\n",a,b,c);
^
|