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_input1.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_input1.txt')
| -rw-r--r-- | contests/Round896/B/main_input1.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contests/Round896/B/main_input1.txt b/contests/Round896/B/main_input1.txt new file mode 100644 index 0000000..551cc43 --- /dev/null +++ b/contests/Round896/B/main_input1.txt @@ -0,0 +1,9 @@ +1 +7 2 3 5 +0 0 +1 -2 +-2 1 +-1 3 +1 -2 +2 -2 +-3 -3
\ No newline at end of file |
