#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 | #51266738 | Utilizator | |
Fișier | sum.cpp | Dimensiune | 1.28 KB |
Data încărcării | 03 Iunie 2024, 10:48 | Scor / rezultat | Eroare de compilare |
sum.cpp:11:13: error: array bound is not an integer constant before ']' token char s[N_MAX]; ^ sum.cpp:19:23: error: array bound is not an integer constant before ']' token shake shakeArray[T_MAX]; ^ sum.cpp: In function 'void TryCow(int)': sum.cpp:28:17: error: 'shakeArray' was not declared in this scope int x = shakeArray[i].x; ^ sum.cpp: In function 'int FindMinK(int)': sum.cpp:41:5: error: 'whie' was not declared in this scope whie ^ sum.cpp:42:1: error: expected ';' before '}' token } ^ sum.cpp:40:9: warning: unused variable 'st' [-Wunused-variable] int st = 0, dr = T + 1; ^ sum.cpp:40:17: warning: unused variable 'dr' [-Wunused-variable] int st = 0, dr = T + 1; ^ sum.cpp:42:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ sum.cpp: In function 'int main()': sum.cpp:51:20: error: 's' was not declared in this scope f >> N >> T >> s; ^ sum.cpp:62:9: error: expected ';' before 'shakeArray' shakeArray[i] = aux; ^ sum.cpp:65:10: error: 'shakeArray' was not declared in this scope sort(shakeArray, shakeArray + T, [](const shake& a, const shake& b) -> bool ^ sum.cpp:70:5: error: expected ';' before 'for' for(int i = 1; i <= N; i++) ^ sum.cpp:70:22: warning: statement has no effect [-Wunused-value] for(int i = 1; i <= N; i++) ^ sum.cpp:70:31: error: expected ';' before ')' token for(int i = 1; i <= N; i++) ^
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ă.