#include <stdio.h> #define N 2 #define M N+1 #define NUM ((M)+1)*(M)/2 int main(void) { printf("%d %d\n",M,NUM); return 0; }