fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int main()
  4. {
  5. for(int i=0;i<10;i++)
  6. {
  7. cout<<"Hello"<<endl;
  8. }
  9. }
  10.  
  11.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(2, 5) Error: undeclared identifier: 'using'
stdout
Standard output is empty