#2311
Rapunzel
Rapunzel se află într-un turn înalt de N
metri. Flynn dorește să urce la ea și parcurge M1
metri de la răsărit până la asfințit, apoi, de la asfințit până la miezul nopții încă M2
metri. După câte zile ajunge Flynn la Rapunzel?
OLI 2015 - Timis - clasele V-VI
Problema | Rapunzel | Operații I/O |
rapunzel.in /rapunzel.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 8 MB
/
Stivă 8 MB
|
Id soluție | #54359996 | Utilizator | |
Fișier | rapunzel.cpp | Dimensiune | 949 B |
Data încărcării | 26 Noiembrie 2024, 16:42 | Scor / rezultat | Eroare de compilare |
rapunzel.cpp:9:31: warning: character constant too long for its type [enabled by default] rapunzel.cpp: In function 'int main()': ^ rapunzel.cpp:10:36: warning: character constant too long for its type [enabled by default] rapunzel.cpp:5:18: error: variable 'std::ifstream fin' has initializer but incomplete type ^ rapunzel.cpp:14:36: warning: character constant too long for its type [enabled by default] rapunzel.cpp:6:19: error: variable 'std::ofstream fout' has initializer but incomplete type ^ rapunzel.cpp:18:55: warning: multi-character character constant [-Wmultichar] rapunzel.cpp:10:3: error: expected initializer before 'int' ^ rapunzel.cpp:26:28: warning: multi-character character constant [-Wmultichar] rapunzel.cpp:11:11: error: 'M1' was not declared in this scope ^ rapunzel.cpp:30:28: warning: multi-character character constant [-Wmultichar] rapunzel.cpp:11:15: error: 'M2' was not declared in this scope ^ rapunzel.cpp:34:47: warning: multi-character character constant [-Wmultichar] rapunzel.cpp:12:3: error: expected ';' before 'if' ^ rapunzel.cpp:38:27: warning: multi-character character constant [-Wmultichar] rapunzel.cpp:14:3: error: 'else' without a previous 'if' ^ rapunzel.cpp:38:53: warning: multi-character character constant [-Wmultichar] rapunzel.cpp:14:3: error: 'else' without a previous 'if' ^ rapunzel.cpp:9:5: error: 'rapunzel' does not name a type rapunzel.cpp: In function 'int main()': ^ rapunzel.cpp:13:19: error: expected unqualified-id before '^' token ^ ^ rapunzel.cpp:17:20: error: expected unqualified-id before '^' token ^ ^ rapunzel.cpp:21:4: error: expected unqualified-id before '^' token ^ ^ rapunzel.cpp:41:4: error: expected unqualified-id before '^' token ^ ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Rapunzel 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ă.