diff options
Diffstat (limited to 'python/io.py')
| -rw-r--r-- | python/io.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/io.py b/python/io.py deleted file mode 100644 index aa16d4c..0000000 --- a/python/io.py +++ /dev/null @@ -1,3 +0,0 @@ -n, m = map(int, input().split()) -A = list(map(int, input().split())) -print(n, m, *A) |
