Please turn JavaScript on
header-image

Latest DMOJ Comments

Get updates from Latest DMOJ Comments via email, on your phone or read them on follow.it on your own custom news page.

You can filter the news from Latest DMOJ Comments that get delivered to you using tags or topics or you can opt for all of them. Unsubscription is also very simple.

See the latest news from Latest DMOJ Comments below.

Site title: Home - DMOJ: Modern Online Judge

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  5.58 / day

Message History

Absolutely try to use PyPy if running a python script, it did help me out !


Read full story

N = int(input()) word = str(', far')

print('A long time ago in a galaxy far'+( word*(N-1)) + ' away...')


Read full story

here is adjacency list (dict?) with sets:

adjlist = { 1: {6}, 2: {6}, 3: {4, 5, 6, 15}, 4: {3, 5, 6}, 5: {3, 4, 6}, 6: {1, 2, 3, 4, 5, 7}, 7: {6, 8}, 8: {7, 9}, 9: {8, 10, 12}, 10: {9, 11}, 11: {10, 12}, 12: {9, 11, 13}, 13: {12, 14, 15}, 14: {13}, 15: {3,13}, 16: {17,18}, 17: {16,18}, 18: {16,17}, }

Read full story

Imagine misspelling "indeterminate"... Couldn't be me...


Read full story