0_0_20881910_12952.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_20881910_12952.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_20881910_12952.cpp: In function 'int main()':
0_0_20881910_12952.cpp:7:29: error: 'scanf' was not declared in this scope
while(~scanf("%s %s",a,b))
^
0_0_20881910_12952.cpp:9:31: error: 'memset' was not declared in this scope
memset(a1,0,sizeof(a1));
^
0_0_20881910_12952.cpp:13:22: error: 'strlen' was not declared in this scope
len1=strlen(a);
^
0_0_20881910_12952.cpp:74:16: error: expected primary-expression before '/' token
if(c1<</font>c2)
^
0_0_20881910_12952.cpp:74:17: error: 'font' was not declared in this scope
if(c1<</font>c2)
^
0_0_20881910_12952.cpp:84:24: error: 'strcmp' was not declared in this scope
if(strcmp(a1,b1)==0)
^
0_0_20881910_12952.cpp:86:24: error: 'strcmp' was not declared in this scope
if(strcmp(a2,b2)==0)
^
0_0_20881910_12952.cpp:89:27: error: 'printf' was not declared in this scope
printf("YES\n");
^
0_0_20881910_12952.cpp:91:26: error: 'printf' was not declared in this scope
printf("NO\n");
^
|