0_0_18603862_19175.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include stdafx.h
^
0_0_18603862_19175.cpp:16:6: error: stray '\243' in program
if(isalpha(str[i])) str[i]=((str[i]-'A')+26-5)%26+'A'£»
^
0_0_18603862_19175.cpp:16:6: error: stray '\273' in program
0_0_18603862_19175.cpp: In function 'int main(int, char**)':
0_0_18603862_19175.cpp:11:36: error: 'strcmp' was not declared in this scope
if (!strcmp(str,"ENOOFINPUT")) break;
^
0_0_18603862_19175.cpp:18:5: error: expected ';' before '}' token
}
^
|