Problem reading
User huyleisme
Submission Time 2024-02-16 21:27:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reading.cpp:3:10: error: expected unqualified-id before ‘long’
3 | typedef (long long) ll;
| ^~~~
reading.cpp:3:10: error: expected ‘)’ before ‘long’
3 | typedef (long long) ll;
| ~^~~~
| )
reading.cpp: In function ‘int32_t main()’:
reading.cpp:10:2: error: ‘ll’ was not declared in this scope
10 | ll n,k;
| ^~
reading.cpp:11:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
11 | cin >> n >> k;
| ^
| yn
reading.cpp:11:14: error: ‘k’ was not declared in this scope
11 | cin >> n >> k;
| ^
reading.cpp:13:4: error: expected ‘;’ before ‘count’
13 | ll count = 0;
| ^~~~~~
| ;
reading.cpp:15:5: error: expected ‘;’ before ‘w’
15 | ll w,q;
| ^~
| ;
reading.cpp:16:10: error: ‘w’ was not declared in this scope
16 |