| Problem | breakfast |
|---|---|
| User | lightzap22 |
| Submission Time | 2026-03-05 21:11:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
breakfast.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
breakfast.cpp: In function ‘int main()’:
breakfast.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << "PARAMECIUM";
| ^~~~