Problem twochoices
User Hijackedsoul
Submission Time 2025-03-14 00:46:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

twochoices.cpp:11:11: error: invalid preprocessing directive #Count
11 | # Count number of 1's in the string
| ^~~~~
twochoices.cpp:18:7: error: invalid preprocessing directive #Every
18 | # Every pair (even, odd) yields an odd Hamming distance.
| ^~~~~
twochoices.cpp:1:1: error: ‘def’ does not name a type
1 | def main():
| ^~~