| """Online judge programming example for OpenEvolve""" | |
| # EVOLVE-BLOCK-START | |
| import sys | |
| for line in sys.stdin: | |
| s = line.strip() | |
| ans = 0 | |
| print(ans) | |
| # EVOLVE-BLOCK-END | |
| """Online judge programming example for OpenEvolve""" | |
| # EVOLVE-BLOCK-START | |
| import sys | |
| for line in sys.stdin: | |
| s = line.strip() | |
| ans = 0 | |
| print(ans) | |
| # EVOLVE-BLOCK-END | |