#include int main() { int a=3,b=2; int c=a+b; printf("%d\n",c); return 0; }