| Problem | platonic8 |
|---|---|
| User | StewartStudios |
| Submission Time | 2026-03-27 21:53:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic8.cpp: In function ‘std::vector<int> findA(int, int)’:
platonic8.cpp:11:29: error: expected ‘)’ before ‘;’ token
11 | a.push_back(query(i);)
| ~ ^
| )
platonic8.cpp:11:30: error: expected primary-expression before ‘)’ token
11 | a.push_back(query(i);)
| ^