ramen.cpp: In function 'ii solve(int, int)':
ramen.cpp:9:25: error: 'Compare' was not declared in this scope
if (Compare(l, r) == 1) return ii(r, l);
^
ramen.cpp:13:23: error: 'Compare' was not declared in this scope
if (Compare(l, l+1) == 1) {
^
ramen.cpp:19:35: error: 'Compare' was not declared in this scope
if (Compare(ans.first, a.first) == 1) ans.first = a.first;
^
ramen.cpp:20:37: error: 'Compare' was not declared in this scope
if (Compare(a.second, ans.second) == 1) ans.second = a.second;
^
ramen.cpp: In function 'void Ramen(int)':
ramen.cpp:26:26: error: 'Answer' was not declared in this scope
Answer(a.first, a.second);
^