0_0_38150636_11496.cpp: In function 'int main()':
0_0_38150636_11496.cpp:11:13: error: expected ')' before string constant
while(scanf"%d %d %d",&a,&b,&c!=EOF){
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/locale.h:12:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/clocale:42,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/c++locale.h:41,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/localefwd.h:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:41,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_38150636_11496.cpp:1:
0_0_38150636_11496.cpp:11:34: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
while(scanf"%d %d %d",&a,&b,&c!=EOF){
^
0_0_38150636_11496.cpp:11:37: error: expected ';' before ')' token
while(scanf"%d %d %d",&a,&b,&c!=EOF){
^
0_0_38150636_11496.cpp:41:1: error: expected '}' at end of input
}
^
|