0_0_15636611_17981.cpp:17:13: error: stray '\' in program
if((count>3||tmp>255)||(((ip[i]>\'9\')||(ip[i]<\'0\'))&&ip[i]!=\'.\'))
^
0_0_15636611_17981.cpp:17:13: error: missing terminating ' character
0_0_15636611_17981.cpp:22:13: error: stray '\' in program
if(ip[i]==\'.\')
^
0_0_15636611_17981.cpp:22:13: error: missing terminating ' character
0_0_15636611_17981.cpp:29:17: error: stray '\' in program
tmp=tmp*10+(ip[i]-\'0\');
^
0_0_15636611_17981.cpp:29:17: error: missing terminating ' character
0_0_15636611_17981.cpp:52:13: error: stray '\' in program
printf(\"NO\\n\");
^
0_0_15636611_17981.cpp:52:13: error: missing terminating " character
0_0_15636611_17981.cpp:54:13: error: stray '\' in program
printf(\"YES\\n\");
^
0_0_15636611_17981.cpp:54:13: error: missing terminating " character
0_0_15636611_17981.cpp: In function 'int main()':
0_0_15636611_17981.cpp:18:13: error: expected primary-expression before '{' token
{
^
0_0_15636611_17981.cpp:18:13: error: expected ')' before '{' token
0_0_15636611_17981.cpp:22:13: error: expected ')' before 'if'
if(ip[i]==\'.\')
^
0_0_15636611_17981.cpp:27:11: error: expected ')' before 'else'
else
^
0_0_15636611_17981.cpp:57:1: error: expected ')' at end of input
}
^
0_0_15636611_17981.cpp:57:1: error: expected statement at end of input
0_0_15636611_17981.cpp:57:1: error: expected '}' at end of input
0_0_15636611_17981.cpp:57:1: error: expected '}' at end of input
0_0_15636611_17981.cpp:57:1: error: expected '}' at end of input
|