#3412
IIF
C++
Redefiniți instruțiunea condițională if
, printr-o secvență de directive #define
.
Problema | IIF | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #45652405 | Utilizator | |
Fișier | iif.cpp | Dimensiune | 36 B |
Data încărcării | 18 Octombrie 2023, 11:48 | Scor / rezultat | Eroare de compilare |
iif.cpp: In function 'int main()': iif.cpp:14:37: error: expected ':' before ')' token if(CHECK(0, "this is ONE", 10)==10) total++; ^ iif.cpp:14:37: error: expected primary-expression before ')' token iif.cpp:15:69: warning: left operand of comma operator has no effect [-Wunused-value] if(strcmp(CHECK(1, "this will not be returned", "but this will"), "this will not be returned")==0) total++; ^ iif.cpp:15:96: error: expected ':' before ')' token if(strcmp(CHECK(1, "this will not be returned", "but this will"), "this will not be returned")==0) total++; ^ iif.cpp:15:96: error: expected primary-expression before ')' token
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema IIF face parte din a doua categorie. Pentru aceste probleme se folosește un program suport, furnizat de propunătorul problemei. 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ă.