Problem | wv |
---|---|
User | Hijackedsoul |
Submission Time | 2025-06-10 13:02:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wv.cpp: In function ‘int main()’:
wv.cpp:8:2: error: ‘ll’ was not declared in this scope
8 | ll n;cin>>n;
| ^~
wv.cpp:8:12: error: ‘n’ was not declared in this scope
8 | ll n;cin>>n;
| ^
wv.cpp:10:4: error: expected ‘;’ before ‘cnt’
10 | ll cnt=0;
| ^~~~
| ;
wv.cpp:11:2: error: ‘fori’ was not declared in this scope
11 | fori(s.size()){
| ^~~~
wv.cpp:16:8: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
16 | cout<<cnt;
| ^~~
| int