fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int a=1;
  5. int main() {
  6. // your code goes here
  7.  
  8. cin>>a;
  9. cout<<"Awrong"<<a;
  10. return 0;
  11. }
Success #stdin #stdout 0s 15240KB
stdin
123
stdout
Awrong123