Borderou de evaluare (job #2604651)
Utilizator | Data | 23 aprilie 2020 09:14:06 | |
---|---|---|---|
Problema | TractoMarm | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void cit(int&)':
main.cpp:24:32: error: 'isdigit' was not declared in this scope
for ( ; !isdigit (buff[poz]); )
^
main.cpp:27:31: error: 'stdin' was not declared in this scope
fread (buff,1,MAX,stdin);
^~~~~
main.cpp:27:36: error: 'fread' was not declared in this scope
fread (buff,1,MAX,stdin);
^
main.cpp:30:34: error: 'isdigit' was not declared in this scope
for (nr=0; isdigit (buff[poz]); )
^
main.cpp:35:31: error: 'stdin' was not declared in this scope
fread (buff,1,MAX,stdin);
^~~~~
main.cpp:35:36: error: 'fread' was not declared in this scope
fread (buff,1,MAX,stdin);
^
main.cpp: In function 'void query()':
main.cpp:115:33: error: 'printf' was not declared in this scope
printf ("%lld\n",dst);
^
main.cpp:125:62: error: 'printf' was not declared in this scope
printf ("%lld\n",dst-(lvl[x]-lvl[y]-1)*nrf[x]);
^
main.cpp:130:45: error: 'printf' was not declared in this scope
printf ("%lld\n",dst-new_dst);
^
main.cpp: In function 'int main()':
main.cpp:139:34: error: 'stdin' was not declared in this scope
freopen ("tractomarm.in","r",stdin);
^~~~~
main.cpp:139:39: error: 'freopen' was not declared in this scope
freopen ("tractomarm.in","r",stdin);
^
main.cpp:140:35: error: 'stdout' was not declared in this scope
freopen ("tractomarm.out","w",stdout);
^~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !