Problem | gota |
---|---|
User | Z2077 |
Submission Time | 2025-06-18 10:27:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gota.cpp: In function ‘bool contains(int)’:
gota.cpp:6:10: error: ‘s’ was not declared in this scope
6 | return s.find(a) != std::string::npos;
| ^
gota.cpp:6:17: error: ‘a’ was not declared in this scope
6 | return s.find(a) != std::string::npos;
| ^
gota.cpp: In function ‘int main()’:
gota.cpp:13:13: error: expected ‘;’ before ‘cin’
13 | std::cin>>a cin>>n;
| ^~~~
| ;
gota.cpp:17:23: error: ‘i’ was not declared in this scope
17 | std::cout<< contains(i)? "Yes" : "No") << std::end1;
| ^