Problem 7up
User ZacharyTan2010
Submission Time 2024-02-19 15:59:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘int main()’:
7up.cpp:9:48: error: no match for ‘operator%’ (operand types are ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} and ‘int’)
9 | bool isFound =s.find("7") != string::npos or s%7==0;
| ~^~
| | |
| | int
| std::string {aka std::__cxx11::basic_string<char>}