Problem | cinema |
---|---|
User | Pan |
Submission Time | 2024-11-27 16:29:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cinema.cpp:1:1: error: stray ‘`’ in program
1 | ```cpp
| ^
cinema.cpp:1:2: error: stray ‘`’ in program
1 | ```cpp
| ^
cinema.cpp:1:3: error: stray ‘`’ in program
1 | ```cpp
| ^
cinema.cpp:53:1: error: stray ‘`’ in program
53 | ```
| ^
cinema.cpp:53:2: error: stray ‘`’ in program
53 | ```
| ^
cinema.cpp:53:3: error: stray ‘`’ in program
53 | ```
| ^
cinema.cpp:1:4: error: ‘cpp’ does not name a type
1 | ```cpp
| ^~~
In file included from /usr/include/c++/9/cmath:43,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from cinema.cpp:4:
/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)
| ^
/usr/include/c++/9/ext/type_traits.h:157:5: not