Problem | NYSport |
---|---|
User | Shadow1 |
Submission Time | 2024-07-13 22:11:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
NYSport.cpp: In function ‘int main()’:
NYSport.cpp:4:2: error: ‘ll’ was not declared in this scope
4 | ll n, m;
| ^~
NYSport.cpp:5:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | cin >> n >> m;
| ^
| yn
NYSport.cpp:5:14: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
5 | cin >> n >> m;
| ^
| tm
NYSport.cpp:6:4: error: expected ‘;’ before ‘ans’
6 | ll ans = 0;
| ^~~~
| ;
NYSport.cpp:8:5: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
8 | ++ans;
| ^~~
| abs
NYSport.cpp:12:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
12 | cout << ans << '\n';
| ^~~
| abs