Độ lệch nhỏ nhất

View as PDF

Submit solution

Points: 100.00 (partial)
Time limit: 1.0s
Memory limit: 1G
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text
  • Cho 2 dãy số nguyên ~a_n~, ~b_m~
  • Các phần tử có giá trị tuyệt đối không quá ~10^6~
  • Tìm giá trị |~a_i~ - ~b_j~| nhỏ nhất.

Input

  • n m
  • a1.. an
  • b1.. bm

Output

  • Min (|ai - bj|)
Ví dụ:
2 3
3 7
-1 2 5
output
1

Comments

Please read the guidelines before commenting.


There are no comments at the moment.