| Problem | runway |
|---|---|
| User | aiden |
| Submission Time | 2026-01-30 16:03:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
runway.cpp:1:2: error: invalid preprocessing directive #inclide; did you mean #include?
1 | #inclide<bits/stdc++.h>
| ^~~~~~~
| include
runway.cpp: In function ‘int main()’:
runway.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << "sheep";
| ^~~~
runway.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inclide<bits/stdc++.h>