fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. int number=4;
  6. cout<<"number"<<endl;
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 5268KB
stdin
1
2
10
42
11
stdout
number