0_0_31950857_17934.cpp:1:2: error: invalid preprocessing directive #in
#in#include<bits/stdc++.h>
^
0_0_31950857_17934.cpp: In function 'int main()':
0_0_31950857_17934.cpp:6:21: error: 'scanf' was not declared in this scope
while(scanf("%d",&m)!=EOF){
^
0_0_31950857_17934.cpp:6:24: error: 'EOF' was not declared in this scope
while(scanf("%d",&m)!=EOF){
^
0_0_31950857_17934.cpp:8:9: error: 'gets' was not declared in this scope
gets(s);
^
0_0_31950857_17934.cpp:9:17: error: 'strlen' was not declared in this scope
int O=strlen(s)-1;
^
0_0_31950857_17934.cpp:11:20: error: 'printf' was not declared in this scope
printf("%c",s[i]);
^
0_0_31950857_17934.cpp:13:13: error: 'printf' was not declared in this scope
printf("\n");
^
|