#include <iostream>int main() {int somma=10+3;printf("il risultato è:%d", somma); return 0;}
Standard input is empty
il risultato è:13
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!