Problem lunchbox
User dumgod
Submission Time 2024-01-19 07:24:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:2:1: error: stray ‘`’ in program
2 | ```cpp
| ^
lunchbox.cpp:2:2: error: stray ‘`’ in program
2 | ```cpp
| ^
lunchbox.cpp:2:3: error: stray ‘`’ in program
2 | ```cpp
| ^
lunchbox.cpp:37:1: error: stray ‘`’ in program
37 | ```
| ^
lunchbox.cpp:37:2: error: stray ‘`’ in program
37 | ```
| ^
lunchbox.cpp:37:3: error: stray ‘`’ in program
37 | ```
| ^
lunchbox.cpp:1:1: error: ‘I’ does not name a type
1 | I saw your code submission (Btw Rene, I talked with him in DM)
| ^
In file included from /usr/include/c++/9/cmath:43,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from lunchbox.cpp:3:
/usr/include/c++/9/ext/type_traits.h:162:35: error: ‘bool __gnu_cxx::__is_null_pointer’ redeclared as different kind of entity
162 | __is_null_pointer(std::nullptr_t)
|