Problem | veryeasymath |
---|---|
User | yuhong |
Submission Time | 2024-11-04 12:27:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasymath.cpp: In function ‘void solve()’:
veryeasymath.cpp:89:15: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘long long int’
89 | cout<<brute(s)<<" ";
| ^
| |
| std::string {aka std::__cxx11::basic_string<char>}
veryeasymath.cpp:80:18: note: initializing argument 1 of ‘std::string brute(long long int)’
80 | string brute(int m){
| ^