Problem | dogmonkey |
---|---|
User | zyh571 |
Submission Time | 2023-01-22 01:23:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dogmonkey.cpp: In function ‘int main()’:
dogmonkey.cpp:6:6: error: redeclaration of ‘long long int ways’
6 | int ways = 1;
| ^~~~
dogmonkey.cpp:5:12: note: ‘long long int ways’ previously declared here
5 | int N, M, ways = 1;
| ^~~~