diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-09-24 21:04:29 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-09-24 21:04:29 +0300 |
| commit | 60214bc8d0cfa68c1e3b74b62d9dcd1f548390eb (patch) | |
| tree | ed741f03971fc54e4258e9f161fa456a468a9962 /contests/Round896/B/main_input0.txt | |
| parent | 6cde2cdd6a4753193f83ff1cd2f635582f3949eb (diff) | |
| download | competitive-programming-60214bc8d0cfa68c1e3b74b62d9dcd1f548390eb.tar.xz competitive-programming-60214bc8d0cfa68c1e3b74b62d9dcd1f548390eb.zip | |
Solved 5 problem in the last Div.4
Diffstat (limited to 'contests/Round896/B/main_input0.txt')
| -rw-r--r-- | contests/Round896/B/main_input0.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/contests/Round896/B/main_input0.txt b/contests/Round896/B/main_input0.txt new file mode 100644 index 0000000..e71b84a --- /dev/null +++ b/contests/Round896/B/main_input0.txt @@ -0,0 +1,28 @@ +5 +6 2 3 5 +0 0 +1 -2 +-2 1 +-1 3 +2 -2 +-3 -3 +2 0 1 2 +-1000000000 -1000000000 +1000000000 1000000000 +7 5 4 2 +154 147 +-154 -147 +123 456 +20 23 +43 20 +998 244 +353 100 +3 1 3 1 +0 10 +1 20 +2 30 +4 3 2 4 +0 0 +-100 100 +-1 -1 +-1 0 |
