fork download
  1. #include<iostream.h>
  2. #include<conio.h>
  3. int Main()
  4. {
  5. int I,j;
  6. Clrscr();
  7. For(i=1;i<=5;i++)
  8. {
  9. for(j=I; j<=5; j++)
  10. { cout<<*;}
  11. cout<<endl;
  12. }
  13. getch();
  14. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:21: error: iostream.h: No such file or directory
prog.cpp:2:18: error: conio.h: No such file or directory
prog.cpp:10: error: stray ‘\342’ in program
prog.cpp:10: error: stray ‘\200’ in program
prog.cpp:10: error: stray ‘\235’ in program
prog.cpp:10: error: stray ‘\342’ in program
prog.cpp:10: error: stray ‘\200’ in program
prog.cpp:10: error: stray ‘\235’ in program
prog.cpp: In function ‘int Main()’:
prog.cpp:6: error: ‘Clrscr’ was not declared in this scope
prog.cpp:7: error: ‘i’ was not declared in this scope
prog.cpp:7: error: expected `;' before ‘)’ token
prog.cpp:5: warning: unused variable ‘I’
prog.cpp:5: warning: unused variable ‘j’
prog.cpp:14: error: expected `}' at end of input
stdout
Standard output is empty