Problem | gota |
---|---|
User | Z2077 |
Submission Time | 2025-06-18 10:26:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gota.cpp: In function ‘int main()’:
gota.cpp:11:13: error: expected ‘;’ before ‘cin’
11 | std::cin>>a cin>>n;
| ^~~~
| ;
gota.cpp:12:25: error: a function-definition is not allowed here before ‘{’ token
12 | bool contains(int num){
| ^
gota.cpp:18:23: error: ‘i’ was not declared in this scope
18 | std::cout<< contains(i)? "Yes" : "No") << std::end1;
| ^
gota.cpp:18:14: error: ‘contains’ was not declared in this scope
18 | std::cout<< contains(i)? "Yes" : "No") << std::end1;
| ^~~~~~~~