#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 | #49051972 | Utilizator | |
Fișier | sum.cpp | Dimensiune | 547 B |
Data încărcării | 13 Februarie 2024, 20:15 | Scor / rezultat | Eroare de compilare |
sum.cpp:5:7: error: invalid preprocessing directive #Execute # Execute the 'ls' command and capture its output ^ sum.cpp:6:39: warning: multi-character character constant [-Wmultichar] output = subprocess.check_output(['ls'], stderr=subprocess.STDOUT, text=True) ^ sum.cpp:8:7: error: invalid preprocessing directive #Print # Print the output of the 'ls' command ^ sum.cpp:11:7: error: invalid preprocessing directive #Intentionally # Intentionally crash the program by raising an exception ^ sum.cpp:12:21: warning: character constant too long for its type [enabled by default] raise Exception('Intentionally crashing the program.') ^ sum.cpp:14:7: error: invalid preprocessing directive #Print # Print the error message to stderr ^ sum.cpp:16:7: error: invalid preprocessing directive #Exit # Exit with a non-zero status to indicate an error ^ sum.cpp:1:1: error: 'import' does not name a type import subprocess ^
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ă.