dowsing.cpp: In function 'void FindTreasure(int)':
dowsing.cpp:13:15: error: 'Detech' was not declared in this scope
map[i][i] = Detech(i, i);
^~~~~~
dowsing.cpp:13:15: note: suggested alternative: 'Detect'
map[i][i] = Detech(i, i);
^~~~~~
Detect
dowsing.cpp:31:20: error: 'Detech' was not declared in this scope
map[i][i + 1] = Detech(i, i + 1);
^~~~~~
dowsing.cpp:31:20: note: suggested alternative: 'Detect'
map[i][i + 1] = Detech(i, i + 1);
^~~~~~
Detect
dowsing.cpp:41:7: error: 'Detech' was not declared in this scope
if (Detech(chk, ans) == 1) Report(ans, ans);
^~~~~~
dowsing.cpp:41:7: note: suggested alternative: 'Detect'
if (Detech(chk, ans) == 1) Report(ans, ans);
^~~~~~
Detect
dowsing.cpp:49:9: error: 'Detech' was not declared in this scope
if (Detech(i, oa) == 1) Report(ot, oa);
^~~~~~
dowsing.cpp:49:9: note: suggested alternative: 'Detect'
if (Detech(i, oa) == 1) Report(ot, oa);
^~~~~~
Detect