fork download
  1. #include <iostream>
  2. #include<cmath>
  3. using namespace std;
  4.  
  5. int main() {
  6. int x=0;
  7. int y=0;
  8. int z=0;
  9. cin>>x>>y;
  10. wind=T+W;
  11. cout<<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:10:6: error: 'wind' was not declared in this scope
      wind=T+W;
      ^
prog.cpp:10:11: error: 'T' was not declared in this scope
      wind=T+W;
           ^
prog.cpp:10:13: error: 'W' was not declared in this scope
      wind=T+W;
             ^
stdout
Standard output is empty