#453
distincte1
Se citesc de la tastatură trei numere naturale. Să se determine numărul de valori distincte.
Problema | distincte1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53825132 | Utilizator | |
Fișier | distincte1.cpp | Dimensiune | 244 B |
Data încărcării | 12 Noiembrie 2024, 16:17 | Scor / rezultat | Eroare de compilare |
distincte1.cpp: In function 'int main()': distincte1.cpp:9:11: error: expected ')' before ';' token if(a=b; b!=c) ^ distincte1.cpp:9:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses] distincte1.cpp:9:17: error: expected ';' before ')' token if(a=b; b!=c) ^ distincte1.cpp:9:14: warning: statement has no effect [-Wunused-value] if(a=b; b!=c) ^ distincte1.cpp:11:5: error: 'else' without a previous 'if' else if(a=b; b=c) ^ distincte1.cpp:11:16: error: expected ')' before ';' token else if(a=b; b=c) ^ distincte1.cpp:11:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] distincte1.cpp:11:21: error: expected ';' before ')' token else if(a=b; b=c) ^ distincte1.cpp:13:5: error: 'else' without a previous 'if' else if(a!=b; b!=c) ^ distincte1.cpp:13:17: error: expected ')' before ';' token else if(a!=b; b!=c) ^ distincte1.cpp:13:23: error: expected ';' before ')' token else if(a!=b; b!=c) ^ distincte1.cpp:13:20: warning: statement has no effect [-Wunused-value] else if(a!=b; b!=c) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema distincte1 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ă.