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