0_0_15065084_9813.cpp: In function 'int main()':
0_0_15065084_9813.cpp:38:24: error: invalid conversion from 'char' to 'const char*' [-fpermissive]
if(cc==0) puts('\n');
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdio:42:0,
from 0_0_15065084_9813.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:504:15: note: initializing argument 1 of 'int puts(const char*)'
int __cdecl puts(const char *_Str);
^
0_0_15065084_9813.cpp:42:8: error: 'c' was not declared in this scope
if(c!=0)putchar('\n');
^
|