Problem mathclass
User TheRaptor
Submission Time 2024-03-27 15:32:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathclass.cpp: In function ‘int main()’:
mathclass.cpp:40:6: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
40 | c%=mod;
| ^~~
| modf