************************************************************
1. Python
--------------------- stdin at line 1 ----------------------
1
2
------------------- output from line 10 --------------------
1


************************************************************
2. Python
--------------------- stdin at line 3 ----------------------
3
4
------------------- output from line 10 --------------------
3


************************************************************
3. Python
--------------------- stdin at line 6 ----------------------
5
6
------------------- output from line 10 --------------------
5


************************************************************
4. Python 2
--------------------- stdin at line 1 ----------------------
1
2
------------------- output from line 10 --------------------
1


************************************************************
5. Python 2
--------------------- stdin at line 3 ----------------------
3
4
------------------- output from line 10 --------------------
3


************************************************************
6. Python 2
--------------------- stdin at line 6 ----------------------
5
6
------------------- output from line 10 --------------------
5


************************************************************
7. Python
--------------------- stdin at line 1 ----------------------
1
2
------------------- output from line 13 --------------------
1


************************************************************
8. Python
--------------------- stdin at line 3 ----------------------
3
4
------------------- output from line 13 --------------------
3


************************************************************
9. Python
--------------------- stdin at line 6 ----------------------
5
6
------------------- output from line 13 --------------------
5


************************************************************
10. Python 2
--------------------- stdin at line 11 ---------------------
0
------------------- output from line 13 --------------------
0


************************************************************
11. Python
------------------- output from line 18 --------------------
stdin reset


************************************************************