Problem | gap |
---|---|
User | PlayVoltz |
Submission Time | 2024-11-19 23:30:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gap.cpp: In function ‘long long int findGap(int, int)’:
gap.cpp:33:14: error: ‘a’ was not declared in this scope
33 | for (int i=a+1; i<b; i+=d+1){
| ^
gap.cpp:33:21: error: ‘b’ was not declared in this scope
33 | for (int i=a+1; i<b; i+=d+1){
| ^