0_0_23192914_656.cpp: In function 'int main()':
0_0_23192914_656.cpp:22:15: error: expected primary-expression before '%' token
scanf(%d,&a[i]);
^
0_0_23192914_656.cpp:22:16: error: 'd' was not declared in this scope
scanf(%d,&a[i]);
^
0_0_23192914_656.cpp:46:52: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
for(int i = 0; i < b[1]; i++) printf(1 );
^
In file included from 0_0_23192914_656.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: initializing argument 1 of 'int printf(const char*, ...)'
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_23192914_656.cpp:47:52: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
for(int i = 0; i < b[2]; i++) printf(2 );
^
In file included from 0_0_23192914_656.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: initializing argument 1 of 'int printf(const char*, ...)'
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_23192914_656.cpp:48:52: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
for(int i = 0; i < b[3]; i++) printf(3 );
^
In file included from 0_0_23192914_656.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: initializing argument 1 of 'int printf(const char*, ...)'
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_23192914_656.cpp:49:52: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
for(int i = 0; i < b[4]; i++) printf(4 );
^
In file included from 0_0_23192914_656.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: initializing argument 1 of 'int printf(const char*, ...)'
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_23192914_656.cpp:50:52: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
for(int i = 0; i < b[5]; i++) printf(5 );
^
In file included from 0_0_23192914_656.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: initializing argument 1 of 'int printf(const char*, ...)'
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_23192914_656.cpp:51:52: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
for(int i = 0; i < b[6]; i++) printf(6 );
^
In file included from 0_0_23192914_656.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: initializing argument 1 of 'int printf(const char*, ...)'
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_23192914_656.cpp:52:52: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
for(int i = 0; i < b[7]; i++) printf(7 );
^
In file included from 0_0_23192914_656.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: initializing argument 1 of 'int printf(const char*, ...)'
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_23192914_656.cpp:53:52: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
for(int i = 0; i < b[8]; i++) printf(8 );
^
In file included from 0_0_23192914_656.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: initializing argument 1 of 'int printf(const char*, ...)'
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_23192914_656.cpp:54:52: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
for(int i = 0; i < b[9]; i++) printf(9 );
^
In file included from 0_0_23192914_656.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: initializing argument 1 of 'int printf(const char*, ...)'
int __cdecl printf(const char * __restrict__ _Format,...);
^
0_0_23192914_656.cpp:55:20: error: too few arguments to function 'int printf(const char*, ...)'
printf();
^
In file included from 0_0_23192914_656.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:378:15: note: declared here
int __cdecl printf(const char * __restrict__ _Format,...);
^
|