Problem deciphering_zane_3
User Hhw48
Submission Time 2023-12-29 16:28:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane_3.cpp: In function ‘std::string determine_keyboard()’:
deciphering_zane_3.cpp:10:19: error: too few arguments to function ‘std::string therapy(std::string)’
10 | string a=therapy();
| ^
In file included from deciphering_zane_3.cpp:1:
deciphering_zane_3.h:4:13: note: declared here
4 | std::string therapy(std::string totype);
| ^~~~~~~