Problema | uciv | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52070084 | Utilizator | |
Fișier | uciv.c | Dimensiune | 121 B |
Data încărcării | 18 Septembrie 2024, 10:33 | Scor / rezultat | Eroare de compilare |
uciv.c: In function 'main': uciv.c:4:5: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration] scanf("%d%d", &a, &b); ^ uciv.c:4:5: warning: incompatible implicit declaration of built-in function 'scanf' [enabled by default] uciv.c:5:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] printf("%d\n",(a+b)%5); ^ uciv.c:5:5: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default] uciv.c:8:12: error: 'to' undeclared (first use in this function) return to 0; ^ uciv.c:8:12: note: each undeclared identifier is reported only once for each function it appears in uciv.c:8:15: error: expected ';' before numeric constant return to 0; ^ uciv.c:8:15: error: expected declaration or statement at end of input
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema uciv face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.