0_0_32308136_23320.cpp:49:32: error: stray '#' in program
printf(#); //تن³ِ،£
^
0_0_32308136_23320.cpp: In function 'int main()':
0_0_32308136_23320.cpp:9:11: error: expected primary-expression before '%' token
scanf(%d,&n);
^
0_0_32308136_23320.cpp:14:1: error: expected primary-expression before ')' token
);
^
0_0_32308136_23320.cpp:16:15: error: expected primary-expression before '%' token
scanf(%d,&day);
^
0_0_32308136_23320.cpp:19:19: error: expected primary-expression before '%' token
scanf(%d,&d[i]);
^
0_0_32308136_23320.cpp:22:23: error: expected primary-expression before '%' token
scanf(%d,&a[i][j]);
^
0_0_32308136_23320.cpp:43:32: error: expected primary-expression before '.' token
printf(.);
^
0_0_32308136_23320.cpp:43:33: error: expected unqualified-id before ')' token
printf(.);
^
0_0_32308136_23320.cpp:45:33: error: expected primary-expression before ')' token
printf(!);
^
0_0_32308136_23320.cpp:47:32: error: 'X' was not declared in this scope
printf(X);
^
0_0_32308136_23320.cpp:48:21: error: 'elsewww' was not declared in this scope
elsewww.2cto.com
^
0_0_32308136_23320.cpp:52:1: error: too few arguments to function 'int printf(const char*, ...)'
);
^
In file included from 0_0_32308136_23320.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,...);
^
0_0_32308136_23320.cpp:56:1: error: too few arguments to function 'int printf(const char*, ...)'
);
^
In file included from 0_0_32308136_23320.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,...);
^
|