Borderou de evaluare (job #1994760)
Utilizator | Data | 25 iunie 2017 22:30:59 | |
---|---|---|---|
Problema | X si 0 | Status | done |
Runda | Arhiva ICPC | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int Solve(int)’:
user.cpp:92:27: error: too many arguments to function ‘int GetCode()’
int code = GetCode(table);
^
user.cpp:23:5: note: declared here
int GetCode() {
^
user.cpp:117:28: error: too many arguments to function ‘bool XWon()’
bool x_won = XWon(table);
^
user.cpp:83:6: note: declared here
bool XWon() {
^
user.cpp:118:34: error: too many arguments to function ‘bool ZeroWon()’
bool zero_won = ZeroWon(table);
^
user.cpp:87:6: note: declared here
bool ZeroWon() {
^
user.cpp: In function ‘int main()’:
user.cpp:175:22: error: too many arguments to function ‘bool XWon()’
if ((XWon(table) && ZeroWon(table))) {
^
user.cpp:83:6: note: declared here
bool XWon() {
^
user.cpp:175:40: error: too many arguments to function ‘bool ZeroWon()’
if ((XWon(table) && ZeroWon(table))) {
^
user.cpp:87:6: note: declared here
bool ZeroWon() {
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !