fork(1) download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int x=1,y=2,z=3
  6. if(Z<=y&&y==0){
  7. printf("x");
  8. }eles{
  9. if(x!=y||x!=z)
  10. printf("y");
  11. printf("z");
  12. }
  13. return 0;
  14. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function 'int main()':
prog.cpp:6:2: error: expected ',' or ';' before 'if'
  if(Z<=y&&y==0){
  ^
prog.cpp:8:3: error: 'eles' was not declared in this scope
  }eles{
   ^
stdout
Standard output is empty