0_0_13469792_32412.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13469792_32412.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13469792_32412.cpp: In function 'int main()':
0_0_13469792_32412.cpp:68:11: error: expected primary-expression before '%' token
scanf(%d %d, &n, &m);
^
0_0_13469792_32412.cpp:68:24: error: 'scanf' was not declared in this scope
scanf(%d %d, &n, &m);
^
0_0_13469792_32412.cpp:72:15: error: expected primary-expression before '%' token
scanf(%d %d %d, &u, &v, &w);
^
0_0_13469792_32412.cpp:81:16: error: 'No' was not declared in this scope
printf(No solution.
^
0_0_13469792_32412.cpp:82:1: error: 'printf' was not declared in this scope
);
^
0_0_13469792_32412.cpp:85:16: error: expected primary-expression before '%' token
printf(%d, ans[0]);
^
0_0_13469792_32412.cpp:85:26: error: 'printf' was not declared in this scope
printf(%d, ans[0]);
^
0_0_13469792_32412.cpp:87:21: error: expected primary-expression before '%' token
printf( %d, ans[i]);
^
|