examination.cpp: In function 'int main()':
examination.cpp:12:5: error: 'i' was not declared in this scope
12 | fr(i, 0, n)
| ^
examination.cpp:12:2: error: 'fr' was not declared in this scope
12 | fr(i, 0, n)
| ^~
examination.cpp:11:7: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
11 | scanf("%d%d", &n, &q);
| ~~~~~^~~~~~~~~~~~~~~~
examination.cpp:16:8: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
16 | scanf("%d%d%d", &x, &y, &z);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~