Problem | worldline |
---|---|
User | popperoni |
Submission Time | 2024-12-18 11:50:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
worldline.cpp:25:6: error: expected unqualified-id before numeric constant
25 | ll z,0,ans;
| ^
worldline.cpp: In function ‘void dfs(long long int)’:
worldline.cpp:30:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
30 | ll cnt=ans;
| ^~~
| abs
worldline.cpp:36:4: error: ‘o’ was not declared in this scope
36 | o++
| ^
worldline.cpp:44:12: error: ‘o’ was not declared in this scope
44 | mem[i][2]=o;
| ^
worldline.cpp: In function ‘int main()’:
worldline.cpp:50:18: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
50 | ll n;cin>>n;z=0;ans=0;o=0;
| ^~~
| abs
worldline.cpp:50:24: error: ‘o’ was not declared in this scope
50 | ll n;cin>>n;z=0;ans=0;o=0;
| ^