#848
Paranteze1
Se dau n
șiruri de paranteze rotunde. Să se stabilească, despre fiecare șir, dacă este corect parantezat.
Problema | Paranteze1 | Operații I/O |
paranteze1.in /paranteze1.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #45699990 | Utilizator | |
Fișier | paranteze1.cpp | Dimensiune | 621 B |
Data încărcării | 19 Octombrie 2023, 11:45 | Scor / rezultat | Eroare de compilare |
paranteze1.cpp:4:14: warning: missing terminating " character [enabled by default] ifstream fin("paranteze1.in); ^ paranteze1.cpp:4:1: error: missing terminating " character ifstream fin("paranteze1.in); ^ paranteze1.cpp:5:14: error: expected ',' or '...' before '(' token ofstream fout("paranteze1.out"); ^ paranteze1.cpp:5:32: error: expected ')' before ';' token ofstream fout("paranteze1.out"); ^ paranteze1.cpp: In function 'int main()': paranteze1.cpp:11:10: error: invalid operands of types 'std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}' and 'int' to binary 'operator>>' fin>>n; ^ paranteze1.cpp:14:14: error: invalid operands of types 'std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}' and 'char [256]' to binary 'operator>>' fin>>s; ^ paranteze1.cpp:16:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j=0;j<strlen(s) && adev;j++){ ^ paranteze1.cpp:26:17: error: 'fout' was not declared in this scope fout<<1<<'\n'; ^ paranteze1.cpp:28:17: error: 'fout' was not declared in this scope fout<<0<<'\n'; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Paranteze1 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ă.