Problem catlunch
User oiu890
Submission Time 2024-02-15 19:57:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp:28:2: error: stray ‘#’ in program
28 | }#include <bits/stdc++.h>
| ^
catlunch.cpp:28:3: error: ‘include’ does not name a type
28 | }#include <bits/stdc++.h>
| ^~~~~~~
catlunch.cpp:32:5: error: redefinition of ‘int main()’
32 | int main() {
| ^~~~
catlunch.cpp:5:5: note: ‘int main()’ previously defined here
5 | int main() {
| ^~~~