asceticism.cpp:5:18: error: template argument 1 is invalid
5 | ll typedef pair<,> p32;
| ^
asceticism.cpp:5:18: error: template argument 2 is invalid
asceticism.cpp: In function 'int main()':
asceticism.cpp:28:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'll' {aka 'long long int'} [-Wsign-compare]
28 | for (size_t i = 1; i < n; i++)
| ~~^~~
asceticism.cpp:30:30: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'll' {aka 'long long int'} [-Wsign-compare]
30 | for (size_t j = 0; j < n; j++)
| ~~^~~