Problem meltylandnightmare
User lty748
Submission Time 2024-08-02 13:51:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

meltylandnightmare.cpp:56:1: error: expected unqualified-id before ‘for’
56 | for (ll i = 0; i < n; ++i)
| ^~~
meltylandnightmare.cpp:56:16: error: ‘i’ does not name a type
56 | for (ll i = 0; i < n; ++i)
| ^
meltylandnightmare.cpp:56:23: error: expected unqualified-id before ‘++’ token
56 | for (ll i = 0; i < n; ++i)
| ^~
meltylandnightmare.cpp:61:1: error: ‘cout’ does not name a type
61 | cout << best;
| ^~~~
meltylandnightmare.cpp:63:1: error: expected unqualified-id before ‘return’
63 | return 0;
| ^~~~~~
meltylandnightmare.cpp:64:1: error: expected declaration before ‘}’ token
64 | }
| ^