#include <iostream>#include <math.h>using namespace std;int main(void) {cout << "Jacek";cout << sqrt(144);return 0;}
Standard input is empty
Jacek12
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!