#1
sum
Să se scrie un program care citeşte din fişier două numere întregi şi determină suma lor.
Problema | sum | Operații I/O |
sum.in /sum.out
|
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53892065 | Utilizator | |
Fișier | sum.cpp | Dimensiune | 588 B |
Data încărcării | 14 Noiembrie 2024, 09:25 | Scor / rezultat | Eroare de compilare |
sum.cpp: In function 'int div(int)': sum.cpp:8:20: error: 'n' was not declared in this scope for (i=1; i*i<=n; i++) ^ sum.cpp:13:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ sum.cpp: In function 'int scif(int)': sum.cpp:23:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ sum.cpp: In function 'int pcif(int)': sum.cpp:30:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ sum.cpp: In function 'int sdiv(int)': sum.cpp:34:20: error: 'n' was not declared in this scope for (i=1; i*i<=n; i++) ^ sum.cpp:37:13: error: 's' was not declared in this scope s=s+v[i]; ^ sum.cpp:37:17: error: 'v' was not declared in this scope s=s+v[i]; ^ sum.cpp:39:13: error: 's' was not declared in this scope s=s-i; ^ sum.cpp:33:9: warning: unused variable 'd' [-Wunused-variable] int d, i; ^ sum.cpp:41:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ sum.cpp: At global scope: sum.cpp:43:5: error: conflicting declaration 'int a' int a, n, i, j, k, s, p; ^ sum.cpp:42:6: error: 'a' has a previous declaration as 'char a [256]' char a[256]; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema sum 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ă.