0_0_25171230_14015.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25171230_14015.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25171230_14015.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25171230_14015.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25171230_14015.cpp: In function 'int mini(int, int)':
0_0_25171230_14015.cpp:24:12: error: 'xpre' was not declared in this scope
return xpre[u]){
^
0_0_25171230_14015.cpp:24:17: error: 'u' was not declared in this scope
return xpre[u]){
^
0_0_25171230_14015.cpp:24:19: error: expected ';' before ')' token
return xpre[u]){
^
0_0_25171230_14015.cpp:24:19: error: expected primary-expression before ')' token
0_0_25171230_14015.cpp: At global scope:
0_0_25171230_14015.cpp:28:9: error: expected unqualified-id before 'else'
else if(pre[v]
^
|