Problem | gift |
---|---|
User | ZachTAD |
Submission Time | 2024-02-06 06:23:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gift.cpp:20:2: error: stray ‘#’ in program
20 | }#include <iostream>
| ^
gift.cpp:20:3: error: ‘include’ does not name a type
20 | }#include <iostream>
| ^~~~~~~
gift.cpp:24:5: error: redefinition of ‘int main()’
24 | int main() {
| ^~~~
gift.cpp:5:5: note: ‘int main()’ previously defined here
5 | int main() {
| ^~~~