Problem transform
User Reverberate
Submission Time 2024-02-05 14:03:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

transform.cpp: In function ‘int main()’:
transform.cpp:41:12: error: too few arguments to function ‘void exit(int)’
41 | exit();
| ^
In file included from /usr/include/c++/9/bits/std_abs.h:38,
from /usr/include/c++/9/cmath:47,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from transform.cpp:1:
/usr/include/stdlib.h:617:13: note: declared here
617 | extern void exit (int __status) __THROW __attribute__ ((__noreturn__));
| ^~~~