#include int main() { int sum = 4 + 6; printf("%d\n",sum); return 0; }