Problem nprime
User dayeetmaster
Submission Time 2024-02-19 17:24:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp:11:29: error: stray ‘@’ in program
11 | Pranav Sai Ema <[email protected]>
| ^
nprime.cpp:12:5: error: stray ‘\342’ in program
12 | 5:22 PM (2 minutes ago)
| ^
nprime.cpp:12:6: error: stray ‘\200’ in program
12 | 5:22 PM (2 minutes ago)
| ^
nprime.cpp:12:7: error: stray ‘\257’ in program
12 | 5:22 PM (2 minutes ago)
| ^
nprime.cpp:2:1: error: ‘Conversation’ does not name a type
2 | Conversation opened. 1 unread message.
| ^~~~~~~~~~~~
In file included from /usr/include/c++/9/cmath:43,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from nprime.cpp:15:
/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/inc