| Problem | photo |
|---|---|
| User | ca |
| Submission Time | 2026-02-15 17:46:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp:53:2: error: stray ‘#’ in program
53 | }#include <bits/stdc++.h>
| ^
photo.cpp:53:3: error: ‘include’ does not name a type
53 | }#include <bits/stdc++.h>
| ^~~~~~~
photo.cpp:56:5: error: redefinition of ‘int main()’
56 | int main() {
| ^~~~
photo.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main() {
| ^~~~