fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. int main() {
  4. long long m, n;
  5. cin >> m >> n;
  6. int x, y;
  7. int a[n];
  8. for (int i = 0; i < n; i++) {
  9. cin >> a[i];
  10. }
  11. cin >> x >> y;
  12. cout << x << y;
  13. for (int i=1; i<=x<=y;i++){
  14. return 0;
  15. cout << m << n;
  16. for (int i=1; i<=m<=n; i++){
  17. return 0;
  18. }
  19. }
  20. }
  21.  
Success #stdin #stdout 0.01s 5244KB
stdin
3 5
1 6 2 4 1
6 3 -9 7 2
-6 5 0 1 4 
3 2
stdout
63