0_0_23145939_16681.cpp: In function 'int main()':
0_0_23145939_16681.cpp:112:8: error: expected primary-expression before '%' token
scanf(%d,&test);
^
0_0_23145939_16681.cpp:115:9: error: expected primary-expression before '%' token
scanf(%d %d %d %d %d,&n,&m,&y,&x,&d);
^
0_0_23145939_16681.cpp:118:10: error: expected primary-expression before '%' token
scanf(%lf,&p[i]);
^
0_0_23145939_16681.cpp:118:11: error: 'lf' was not declared in this scope
scanf(%lf,&p[i]);
^
0_0_23145939_16681.cpp:123:15: error: cannot convert 'double' to 'const char*' for argument '1' to 'int printf(const char*, ...)'
printf(0.00);
^
0_0_23145939_16681.cpp:135:14: error: 'Impossible' was not declared in this scope
printf(Impossible !);
^
0_0_23145939_16681.cpp:165:20: error: expected primary-expression before '%' token
printf(%.2lf,X[num[x]]);
^
0_0_23145939_16681.cpp:165:21: error: unable to find numeric literal operator 'operator""lf'
printf(%.2lf,X[num[x]]);
^
0_0_23145939_16681.cpp:165:21: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_23145939_16681.cpp:166:21: error: 'Impossible' was not declared in this scope
else printf(Impossible !);
^
|