Problem examstress
User Kiameimon
Submission Time 2024-05-08 19:39:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

examstress.cpp: In member function ‘void OY::IO::InputHelper::_reserve()’:
examstress.cpp:45:17: error: there are no arguments to ‘memmove’ that depend on a template parameter, so a declaration of ‘memmove’ must be available [-fpermissive]
45 | memmove(m_buf, m_cursor, a), m_cursor = m_buf;
| ^~~~~~~
examstress.cpp:45:17: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
examstress.cpp: At global scope:
examstress.cpp:237:15: error: ‘complex’ does not name a type
237 | using intpt = complex<u64>;
| ^~~~~~~
examstress.cpp:238:14: error: ‘complex’ does not name a type
238 | using llpt = complex<ll>;
| ^~~~~~~
examstress.cpp:239:14: error: ‘complex’ does not name a type
239 | using ldpt = complex<ld>;
| ^~~~~~~
examstress.cpp: In function ‘int main()’: