0_0_38732694_17934.cpp:28:67: error: stray '#' in program
28 | std::ios::sync_with_stdio(false), cin.tie(0), cout.tie(0);#include <bits/stdc++.h>
| ^
0_0_38732694_17934.cpp: In function 'int main()':
0_0_38732694_17934.cpp:28:77: error: 'bits' was not declared in this scope
28 | std::ios::sync_with_stdio(false), cin.tie(0), cout.tie(0);#include <bits/stdc++.h>
| ^~~~
0_0_38732694_17934.cpp:28:82: error: 'stdc' was not declared in this scope; did you mean 'std'?
28 | std::ios::sync_with_stdio(false), cin.tie(0), cout.tie(0);#include <bits/stdc++.h>
| ^~~~
| std
0_0_38732694_17934.cpp:28:68: error: 'include' was not declared in this scope
28 | std::ios::sync_with_stdio(false), cin.tie(0), cout.tie(0);#include <bits/stdc++.h>
| ^~~~~~~
0_0_38732694_17934.cpp:5:13: error: expected primary-expression before 'long'
5 | #define int long long
| ^~~~
0_0_38732694_17934.cpp:30:9: note: in expansion of macro 'int'
30 | int n,m;
| ^~~
|