0_0_18029797_3146.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18029797_3146.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18029797_3146.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18029797_3146.cpp: In function 'int main()':
0_0_18029797_3146.cpp:11:2: error: '__int64' was not declared in this scope
__int64 ans,t;
^
0_0_18029797_3146.cpp:13:24: error: 'scanf' was not declared in this scope
while(scanf("%s",st)!=EOF){
^
0_0_18029797_3146.cpp:13:27: error: 'EOF' was not declared in this scope
while(scanf("%s",st)!=EOF){
^
0_0_18029797_3146.cpp:14:20: error: 'strlen' was not declared in this scope
int len=strlen(st);
^
0_0_18029797_3146.cpp:15:3: error: 'ans' was not declared in this scope
ans=1;...
^
0_0_18029797_3146.cpp:15:9: error: expected primary-expression before '...' token
ans=1;...
^
0_0_18029797_3146.cpp:15:9: error: expected '}' at end of input
0_0_18029797_3146.cpp:15:9: error: expected '}' at end of input
|