#2641
AF
Gigel are ca temă la matematică să precizeze valoarea de adevăr a unor expresii de forma nr1 semn nr2 = nr3
, unde nr1
, nr2
și nr3
sunt numere naturale, iar semn
poate fi +
, -
, x
sau :
reprezintând adunarea, scăderea, înmulțirea și împărțirea. Ajutați-l pe Gigel să rezolve tema la matematică.
-
Problema | AF | Operații I/O |
af.in /af.out
|
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53866089 | Utilizator | |
Fișier | af.cpp | Dimensiune | 986 B |
Data încărcării | 13 Noiembrie 2024, 15:41 | Scor / rezultat | Eroare de compilare |
af.cpp: In function 'int main()': af.cpp:10:5: error: 'in' was not declared in this scope in >> n; ^ af.cpp:18:17: error: 'out' was not declared in this scope out << "Adevarat" << '\n'; ^ af.cpp:20:17: error: 'out' was not declared in this scope out << "Fals" << '\n'; ^ af.cpp:16:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(c1=='+') ^ af.cpp:23:17: error: 'out' was not declared in this scope out << "Adevarat" << '\n'; ^ af.cpp:25:17: error: 'out' was not declared in this scope out << "Fals" << '\n'; ^ af.cpp:21:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(c1=='-') ^ af.cpp:28:17: error: 'out' was not declared in this scope out << "Adevarat" << '\n'; ^ af.cpp:30:17: error: 'out' was not declared in this scope out << "Fals" << '\n'; ^ af.cpp:26:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(c1=='x') ^ af.cpp:33:17: error: 'out' was not declared in this scope out << "Adevarat" << '\n'; ^ af.cpp:35:17: error: 'out' was not declared in this scope out << "Fals" << '\n'; ^ af.cpp:37:17: error: 'out' was not declared in this scope out << "Fals" << '\n'; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema AF 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ă.