| Problem | photo |
|---|---|
| User | boomphcoding |
| Submission Time | 2025-02-20 21:28:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:19:18: error: ‘numClases’ was not declared in this scope; did you mean ‘numClasses’?
19 | for (auto& v : numClases){
| ^~~~~~~~~
| numClasses
photo.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
photo.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^