Problem snail
User Usu
Submission Time 2026-01-19 14:51:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snail.cpp: In function ‘int main()’:
snail.cpp:9:31: error: ‘N’ was not declared in this scope
9 | for (long long i = 0; i < N; i++) {
| ^
snail.cpp:25:11: error: ‘nx’ was not declared in this scope; did you mean ‘mx’?
25 | if (h>nx) {
| ^~
| mx
snail.cpp:26:14: error: ‘m’ was not declared in this scope
26 | a=(h-m+dta-1)/dta;
| ^
snail.cpp:38:31: error: ‘N’ was not declared in this scope
38 | for (long long i = 0; i < N; i++) {
| ^