cigle.cpp: In function 'int main()':
cigle.cpp:5:11: error: request for member 'first' in 'i', which is of non-class type 'int'
5 | #define F first
| ^~~~~
cigle.cpp:26:65: note: in expansion of macro 'F'
26 | for(int j = i + 1; j <= n; ++j) cout << "CMPSWP R" << i.F << " R" << i.S << endl;
| ^
cigle.cpp:6:11: error: request for member 'second' in 'i', which is of non-class type 'int'
6 | #define S second
| ^~~~~~
cigle.cpp:26:80: note: in expansion of macro 'S'
26 | for(int j = i + 1; j <= n; ++j) cout << "CMPSWP R" << i.F << " R" << i.S << endl;
| ^