Problem averyclassicsubsegmentproblem
User pasit
Submission Time 2026-06-25 01:01:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

averyclassicsubsegmentproblem.cpp:4:1: error: ‘ll’ does not name a type
4 | ll n, a[200005], ts = 0;
| ^~
averyclassicsubsegmentproblem.cpp:6:5: error: ‘ll’ was not declared in this scope
6 | map<ll, ll> mp;
| ^~
averyclassicsubsegmentproblem.cpp:6:9: error: ‘ll’ was not declared in this scope
6 | map<ll, ll> mp;
| ^~
averyclassicsubsegmentproblem.cpp:6:11: error: template argument 1 is invalid
6 | map<ll, ll> mp;
| ^
averyclassicsubsegmentproblem.cpp:6:11: error: template argument 2 is invalid
averyclassicsubsegmentproblem.cpp:6:11: error: template argument 3 is invalid
averyclassicsubsegmentproblem.cpp:6:11: error: template argument 4 is invalid
averyclassicsubsegmentproblem.cpp: In function ‘int main()’:
averyclassicsubsegmentproblem.cpp:8:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | cin >> n;
|