Borderou de evaluare (job #2267953)
Utilizator | Data | 24 octombrie 2018 12:55:15 | |
---|---|---|---|
Problema | Big Four | Status | done |
Runda | Arhiva ICPC | Compilator | c-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'Good3':
main.c:16:6: error: too few arguments to function 'Good2'
if (Good2(a2, a3) && Good2(d, a1, a2 + a3))
^~~~~
main.c:9:5: note: declared here
int Good2(int d, int a1, int a2)
^~~~~
main.c:18:6: error: too few arguments to function 'Good2'
if (Good2(a1, a3) && Good2(d, a2, a1 + a3))
^~~~~
main.c:9:5: note: declared here
int Good2(int d, int a1, int a2)
^~~~~
main.c:20:6: error: too few arguments to function 'Good2'
if (Good2(a1, a2) && Good2(d, a3, a1 + a2))
^~~~~
main.c:9:5: note: declared here
int Good2(int d, int a1, int a2)
^~~~~
main.c: In function 'Good4':
main.c:28:6: error: too few arguments to function 'Good2'
if (Good2(a1, a2) && Good3(d, a1 + a2, a3, a4))
^~~~~
main.c:9:5: note: declared here
int Good2(int d, int a1, int a2)
^~~~~
main.c:30:6: error: too few arguments to function 'Good2'
if (Good2(a1, a3) && Good3(d, a1 + a3, a2, a4))
^~~~~
main.c:9:5: note: declared here
int Good2(int d, int a1, int a2)
^~~~~
main.c:32:6: error: too few arguments to function 'Good2'
if (Good2(a1, a4) && Good3(d, a1 + a4, a2, a3))
^~~~~
main.c:9:5: note: declared here
int Good2(int d, int a1, int a2)
^~~~~
main.c:35:6: error: too few arguments to function 'Good2'
if (Good2(a2, a3) && Good3(d, a2 + a3, a1, a4))
^~~~~
main.c:9:5: note: declared here
int Good2(int d, int a1, int a2)
^~~~~
main.c:37:6: error: too few arguments to function 'Good2'
if (Good2(a2, a4) && Good3(d, a2 + a4, a1, a3))
^~~~~
main.c:9:5: note: declared here
int Good2(int d, int a1, int a2)
^~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !