0_0_36373536_7213.cpp:35:2: error: missing terminating " character
printf("%
^
0_0_36373536_7213.cpp:36:2: error: stray '\' in program
10d %10d %s\n\n",m,n,zdg(m,n)==1?"good choice":"bad choice");
^
0_0_36373536_7213.cpp:36:2: error: stray '\' in program
0_0_36373536_7213.cpp:36:2: error: missing terminating " character
0_0_36373536_7213.cpp:40:2: error: stray '\243' in program
return 0£»
^
0_0_36373536_7213.cpp:40:2: error: stray '\273' in program
0_0_36373536_7213.cpp: In function 'int main()':
0_0_36373536_7213.cpp:36:2: error: unable to find numeric literal operator 'operator""d'
10d %10d %s\n\n",m,n,zdg(m,n)==1?"good choice":"bad choice");
^
0_0_36373536_7213.cpp:36:2: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_36373536_7213.cpp:36:7: error: unable to find numeric literal operator 'operator""d'
10d %10d %s\n\n",m,n,zdg(m,n)==1?"good choice":"bad choice");
^
0_0_36373536_7213.cpp:36:7: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_36373536_7213.cpp:36:12: error: 's' was not declared in this scope
10d %10d %s\n\n",m,n,zdg(m,n)==1?"good choice":"bad choice");
^
0_0_36373536_7213.cpp:42:2: error: expected ';' before '}' token
}
^
|