Problem | wv |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2025-06-18 13:13:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wv.cpp:3:13: error: expected initializer before ‘long’
3 | #define int long long
| ^~~~
wv.cpp:5:2: note: in expansion of macro ‘int’
5 | int v=0;
| ^~~
wv.cpp:7:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
7 | cin>>s;
| ^~~
| sin
wv.cpp:8:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
8 | cin>>s;
| ^~~
| sin
wv.cpp:9:2: error: expected unqualified-id before ‘for’
9 | for (int i=0;i<s.length();i++) {
| ^~~
wv.cpp:9:15: error: ‘i’ does not name a type
9 | for (int i=0;i<s.length();i++) {
| ^
wv.cpp:9:28: error: ‘i’ does not name a type
9 | for (int i=0;i<s.length();i++) {
| ^
wv.cpp:18:5: error: ‘cout’ does not name a type
18 | cout<<v;
| ^~~~
wv.cpp:19:1: error: expected declaration before ‘}’ toke