fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. int a,b,c,d,e;
  7. cin >> a >> b >> c >> d >> e;
  8. cout << a << " " << b << " " << c << " " << d << " " << e << endl;
  9. cout << e << " " << d << " " << c << " " << b << " " << a << endl;
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5312KB
stdin
Standard input is empty
stdout
21983 -667176288 21983 -1129024544 32765
32765 -1129024544 21983 -667176288 21983