Problem potatosalad
User Water
Submission Time 2023-09-19 22:58:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp:2:17: error: missing terminating > character
2 | #include <vector
| ^
potatosalad.cpp:3:21: error: expected unqualified-id before ‘>’ token
3 | using namespace std;>
| ^
potatosalad.cpp: In function ‘int32_t main()’:
potatosalad.cpp:13:2: error: ‘ll’ was not declared in this scope
13 | ll n, m, sum = 0; cin >> n >> m;
| ^~
potatosalad.cpp:13:27: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
13 | ll n, m, sum = 0; cin >> n >> m;
| ^
| yn
potatosalad.cpp:13:32: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
13 | ll n, m, sum = 0; cin >> n >> m;
| ^
| tm
potatosalad.cpp:15:8: error: expected ‘;’ before ‘i’
15 | range(i, 0, n)