| Problem | sadtrainer2 |
|---|---|
| User | jerrielchangjiebin |
| Submission Time | 2024-12-16 09:40:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sadtrainer2.cpp: In function ‘bool find(long long int)’:
sadtrainer2.cpp:20:7: error: expected ‘(’ before ‘{’ token
20 | catch{
| ^
| (
sadtrainer2.cpp:20:7: error: expected type-specifier before ‘{’ token
sadtrainer2.cpp:20:7: error: expected ‘)’ before ‘{’ token
20 | catch{
| ^
| )
sadtrainer2.cpp: In function ‘int main()’:
sadtrainer2.cpp:40:16: error: ‘x’ was not declared in this scope
40 | cin >> x;
| ^
sadtrainer2.cpp:41:12: error: expected ‘(’ before ‘find’
41 | if find(x) {
| ^~~~
| (
sadtrainer2.cpp:45:9: error: ‘else’ without a previous ‘if’
45 | else {
| ^~~~