Problems
Submissions
Users
Organizations
About
Discord
pnojCTF 6 - Minesweeper
Download
Points: 6
Time limit: 1.0s
Memory limit: 256.0M
Author:
BattleMage_
Category: CTF
Type: Ad Hoc
All Submissions
Best Submissions
Comments
#86
:
BlackBox
commented 8 months ago
``` if __name__ == '__main__': Game(40, 30, 1199).run() else: print('nou') sys.exit() ```
Reply
Log in
or
Sign up