-
Notifications
You must be signed in to change notification settings - Fork 2
helpaphd
bradendubois edited this page Nov 24, 2021
·
7 revisions
ID: helpaphd
Difficulty: 1.5
CPU Time: 1 second
Memory: 1024 MB
The approach to this one is straightforward, but implementation may be difficult depending on your langauge of choice. Any language can reasonably compare to check the "P=NP" case, but for splitting the string at the "+" and converting to an actual int can be moderately difficult; it'd be blissfully easy if done in Python, thanks to split() and int().