Problem | password |
---|---|
User | tomorrowismyster1434 |
Submission Time | 2024-04-11 20:28:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
password.cpp: In function ‘int main()’:
password.cpp:74:8: error: too few arguments to function ‘void setIO(std::string)’
74 | setIO();
| ^
password.cpp:19:6: note: declared here
19 | void setIO(string name){
| ^~~~~