#177
bisect
Să se scrie un program care verifică dacă un an calendaristic precizat este bisect.
Problema | bisect | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53367596 | Utilizator | |
Fișier | bisect.cpp | Dimensiune | 194 B |
Data încărcării | 26 Octombrie 2024, 11:32 | Scor / rezultat | Eroare de compilare |
bisect.cpp:1:7: error: expected nested-name-specifier before 'namesoace' using namesoace std; ^ bisect.cpp:1:7: error: 'namesoace' has not been declared bisect.cpp:1:17: error: expected ';' before 'std' using namesoace std; ^ bisect.cpp:1:17: error: 'std' does not name a type bisect.cpp: In function 'int main()': bisect.cpp:6:11: error: found ':' in nested-name-specifier, expected '::' int an: ^ bisect.cpp:6:9: error: 'an' has not been declared int an: ^ bisect.cpp:7:8: error: expected initializer before '>>' token cin>>an; ^ bisect.cpp:8:9: error: 'an' was not declared in this scope if (an%4==0 && an%100!=0 or an%400==0) ^ bisect.cpp:9:9: error: 'cout' was not declared in this scope cout<<"bisect"; ^ bisect.cpp:11:9: error: 'cout' was not declared in this scope cout<<"nebisect"; ^ bisect.cpp:12:12: error: 'to' was not declared in this scope return to 0; ^ bisect.cpp:12:15: error: expected ';' before numeric constant return to 0; ^ bisect.cpp:12:16: warning: statement has no effect [-Wunused-value] return to 0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema bisect 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ă.