#include int main() { int n = 2022; printf("%d", n * (n + 1) / 2); return 0; } // From N1ghtf4ll with luv