#include <stdio. h> void main(void) { int numero = 0; while ( numero < 10) { printf ("\n EI cuadrado es %d", numero*numero ); numero++; } }
Standard input is empty
./prog.factor 2: #include <stdio. h> ^ No word named “#include” found in current vocabulary search path
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!