#include <iostream> using namespace std; int main() { int num; int sum; // Type below.. cin >> num; sum = 10 + num; cout << sum; return 0;}