Skip to content

Commit

Permalink
Improve input/output files
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 22, 2024
1 parent 5b46987 commit 67273c5
Show file tree
Hide file tree
Showing 3 changed files with 257,979 additions and 219 deletions.
4 changes: 2 additions & 2 deletions solutions/beecrowd/3084/generate_in.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -euo pipefail

for i in $(seq 0 30 359); do
for j in $(seq 0 6 359); do
for i in $(seq 0 359); do
for j in $(seq 0 359); do
echo "${i} ${j}"
done
done
Loading

0 comments on commit 67273c5

Please sign in to comment.