Problem averyclassicsubsegmentproblem
User nmluan
Submission Time 2026-06-25 10:22:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

averyclassicsubsegmentproblem.cpp: In function ‘int main()’:
averyclassicsubsegmentproblem.cpp:24:31: error: unable to find numeric literal operator ‘operator""LL’
24 | for (int i = 1; i*i <= max(s,1e7LL); i++){
| ^~~~~