Problem topical
User tcy
Submission Time 2026-02-03 08:29:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topical.cpp: In function ‘int main()’:
topical.cpp:50:18: error: ‘wrongCount’ was not declared in this scope
50 | } else ++wrongCount;
| ^~~~~~~~~~
topical.cpp:52:13: error: ‘wrongCount’ was not declared in this scope
52 | if (wrongCount >= r.size()) break;
| ^~~~~~~~~~
topical.cpp:56:13: error: ‘wrongCount’ was not declared in this scope
56 | wrongCount = 0;
| ^~~~~~~~~~