Problem platonic8
User HighLithop
Submission Time 2025-11-16 00:05:37
Score 0

Compile Error

platonic8.cpp: In function ‘std::vector<int> findA(int, int)’:
platonic8.cpp:45:17: error: ‘mid’ was not declared in this scope
45 | mid += ((i - prev) - (a[i] - a[prev])) / 100;
| ^~~