0_0_17718668_2639.cpp:2:4: error: stray '#' in program
02.#include <cstdlib>
^
0_0_17718668_2639.cpp:3:4: error: stray '#' in program
03.#include <cstring>
^
0_0_17718668_2639.cpp:4:4: error: stray '#' in program
04.#include <cmath>
^
0_0_17718668_2639.cpp:5:4: error: stray '#' in program
05.#include <climits>
^
0_0_17718668_2639.cpp:1:1: error: 'include' does not name a type
include <cstdio>
^
0_0_17718668_2639.cpp:9:1: error: expected unqualified-id before numeric constant
09.
^
0_0_17718668_2639.cpp:11:1: error: expected unqualified-id before numeric constant
11.int visit[MAX][MAX];
^
0_0_17718668_2639.cpp:12:1: error: expected unqualified-id before numeric constant
12.int n,m,ax,ay,minx;
^
0_0_17718668_2639.cpp:13:1: error: expected unqualified-id before numeric constant
13.
^
|