| Problem | platonic7 |
|---|---|
| User | Henries |
| Submission Time | 2025-11-20 00:46:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic7.cpp: In function ‘int main()’:
platonic7.cpp:135:33: error: ‘down’ was not declared in this scope; did you mean ‘down2’?
135 | diameter1 = max(diameter1,max(down[i],up[1]));
| ^~~~
| down2
platonic7.cpp:135:41: error: ‘up’ was not declared in this scope; did you mean ‘up2’?
135 | diameter1 = max(diameter1,max(down[i],up[1]));
| ^~
| up2