QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#507325 | #5255. Greedy Drawers | ucup-team1525# | WA | 11ms | 10724kb | Python3 | 291b | 2024-08-06 16:11:30 | 2024-08-06 16:11:31 |
Judging History
answer
n = int(input())
for i in range(n-4):
if (i==0 or i==n-5):
print(300-i,699+i)
print(300-i,699+i)
print(300-i,699+i)
print()
for i in range(n-4):
if (i==0 or i==n-5):
print(300-i,700+i)
print(300-i,700+i)
print(300-i,700+i)
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 11ms
memory: 10724kb
input:
150
output:
300 699 300 699 300 699 299 700 298 701 297 702 296 703 295 704 294 705 293 706 292 707 291 708 290 709 289 710 288 711 287 712 286 713 285 714 284 715 283 716 282 717 281 718 280 719 279 720 278 721 277 722 276 723 275 724 274 725 273 726 272 727 271 728 270 729 269 730 268 731 267 732 266 733 265 ...
result:
wrong answer Janko passed your test!