#include <iostream>using namespace std; int main() {int b[10]={0};int i;for(i=0;i<10;i++){ cout<<b[i];} return 0;}
Standard input is empty
0000000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!