Problem midas
User shoryu386
Submission Time 2023-08-11 14:33:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

midas.cpp: In function ‘int main()’:
midas.cpp:28:17: error: too few arguments to function ‘void youwotmate(long long int, bool, long long int)’
28 | youwotmate(0, 0);
| ^
midas.cpp:12:6: note: declared here
12 | void youwotmate(int x, bool paid, int d){
| ^~~~~~~~~~