#include int main() { const int num = 7; int res = num + 4; return EXIT_SUCCESS; }