| Problem | eight |
|---|---|
| User | LiuZq |
| Submission Time | 2024-12-03 20:29:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:11:3: error: ‘ll’ was not declared in this scope
11 | ll n,ans=0;
| ^~
eight.cpp:12:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
12 | cin>>n;
| ^
| yn
eight.cpp:13:9: error: expected ‘;’ before ‘i’
13 | for(ll i=0;i<n;i++){
| ^~
| ;
eight.cpp:13:14: error: ‘i’ was not declared in this scope
13 | for(ll i=0;i<n;i++){
| ^
eight.cpp:14:7: error: expected ‘;’ before ‘x’
14 | ll x;
| ^~
| ;
eight.cpp:15:10: error: ‘x’ was not declared in this scope
15 | cin>>x;
| ^
eight.cpp:16:15: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
16 | if(x == 8)ans++;
| ^~~
| abs
eight.cpp:18:9: error: ‘ans’ was not declared in this s