Problem | duckhunt8 |
---|---|
User | ansel |
Submission Time | 2024-12-30 16:49:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt8.cpp: In function ‘int main()’:
duckhunt8.cpp:9:5: error: ‘ll’ was not declared in this scope
9 | ll sum=0;
| ^~
duckhunt8.cpp:13:9: error: ‘sum’ was not declared in this scope
13 | sum+=x;
| ^~~
duckhunt8.cpp:15:7: error: expected ‘;’ before ‘ans’
15 | ll ans=0;
| ^~~~
| ;
duckhunt8.cpp:18:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
18 | ans+=A[i]*counter;
| ^~~
| abs
duckhunt8.cpp:21:11: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
21 | cout<<ans<<"\n";
| ^~~
| abs
duckhunt8.cpp:23:7: error: expected ‘;’ before ‘size’
23 | ll size=N;
| ^~~~~
| ;
duckhunt8.cpp:27:18: error: ‘sum’ was not declared in this scope
27 | ans-=sum;
| ^~~