Problem | eescapism |
---|---|
User | leyi |
Submission Time | 2023-11-15 00:55:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eescapism.cpp: In function ‘int main()’:
eescapism.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘long’
13 | long long ans=0;
| ^~~~
eescapism.cpp:20:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
20 | ans+=temp;
| ^~~
| abs
eescapism.cpp:24:8: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
24 | cout<<ans;
| ^~~
| abs