fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. printf("444");
  7. int a=0, b=0, c=0, d=0, e=0, f=0, g=0, h=0;
  8. for(;a<10;a++){ for(;b<10;b++)
  9.  
  10. return 0;
  11. }
Compilation error #stdin compilation error #stdout 0s 2740KB
stdin
Standard input is empty
compilation info
prog.cpp: In function 'int main()':
prog.cpp:11: error: expected `}' at end of input
stdout
Standard output is empty