#include <bits/stdc++.h>using namespace std; int main() { int x=5; string s="5"; cout << x+x << '\n'; cout << s+s << '\n';}
Standard input is empty
10 55
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!