0_0_19810689_7358.cpp: In function 'int main()':
0_0_19810689_7358.cpp:14:32: error: 'scanf' was not declared in this scope
while (scanf("%d%d", &m, &n), m || n)
^
0_0_19810689_7358.cpp:17:40: error: 'puts' was not declared in this scope
puts(m > n ? "OK" : "Sorry");
^
|