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