| Problem | platonic27 |
|---|---|
| User | Pan |
| Submission Time | 2025-12-21 22:08:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic27.cpp: In function ‘int main()’:
platonic27.cpp:41:2: error: ‘assert’ was not declared in this scope
41 | assert(n<=5000);
| ^~~~~~
platonic27.cpp:7:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
6 | #include <vector>
+++ |+#include <cassert>
7 |