Problem whalemewing
User r1r2r3r4
Submission Time 2025-05-14 15:26:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

whalemewing.cpp: In function ‘int main()’:
whalemewing.cpp:17:21: error: expected ‘;’ before ‘secondname’
17 | v = m[x]
| ^
| ;
18 | secondname = x
| ~~~~~~~~~~
whalemewing.cpp:23:9: error: expected ‘}’ before ‘else’
23 | else if (m[x] < v) {
| ^~~~
whalemewing.cpp:20:23: note: to match this ‘{’
20 | if (m[x] > c) {
| ^
whalemewing.cpp: At global scope:
whalemewing.cpp:31:5: error: ‘cout’ does not name a type
31 | cout << name;
| ^~~~
whalemewing.cpp:32:5: error: expected unqualified-id before ‘return’
32 | return 0;
| ^~~~~~
whalemewing.cpp:33:1: error: expected declaration before ‘}’ token
33 | }
| ^