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