Compile Error
In file included from /usr/include/c++/6/cassert:44:0,
from /in/foo.cc:1:
/in/foo.cc: In function 'int main()':
/in/foo.cc:18:31: error: 'm' was not declared in this scope
assert(scanf("%d%d", &n, &m) == 2);
^