Problem | palindromicfizzbuzz |
---|---|
User | JhoCyber |
Submission Time | 2025-01-16 21:20:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int32_t main()’:
palindromicfizzbuzz.cpp:10:15: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘long long int’ in initialization
10 | for(int i=a;i<b;i++){
| ^
| |
| std::string {aka std::__cxx11::basic_string<char>}
palindromicfizzbuzz.cpp:10:18: error: no match for ‘operator<’ (operand types are ‘long long int’ and ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’})
10 | for(int i=a;i<b;i++){
| ~^~
| | |
| | std::string {aka std::__cxx11::basic_string<char>}
| long long int
In file included from /usr/include/c++/9/regex:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:110,
from palindromicfizzbuzz.cpp:1:
/usr/include/c++/9/bits/reg