Problem | breakfast |
---|---|
User | fox |
Submission Time | 2025-01-27 16:40:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
breakfast.cpp:1:2: error: invalid preprocessing directive #iclude; did you mean #include?
1 | #iclude <iostream>
| ^~~~~~
| include
breakfast.cpp: In function ‘int main()’:
breakfast.cpp:3:18: error: ‘cout’ is not a member of ‘std’
3 | int main() {std::cout << "PARAMECIUM"; }
| ^~~~
breakfast.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #iclude <iostream>