Problem | guessproblem2 |
---|---|
User | ecxx |
Submission Time | 2023-03-31 06:36:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guessproblem2.cpp: In function ‘int main()’:
guessproblem2.cpp:4:21: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
4 | int main() { cin >> n >> a >> b; return a%128;}
| ^
| yn
guessproblem2.cpp:4:26: error: ‘a’ was not declared in this scope
4 | int main() { cin >> n >> a >> b; return a%128;}
| ^
guessproblem2.cpp:4:31: error: ‘b’ was not declared in this scope
4 | int main() { cin >> n >> a >> b; return a%128;}
| ^