Please read the new rule regarding the restriction on the use of AI tools. ×

i_love_my_mom's blog

By i_love_my_mom, history, 5 years ago, In Russian

всем привет, подскажите пожалуйста, почему некорректный тест и

Validator 'v.exe' returns exit code 3 [FAIL Expected EOLN (stdin, line 1)]

пытаюсь ломануть эту задачу https://codeforces.net/contest/1175/problem/B

этим кодом :

print("{}".format(10 ** 5 - 1))
for val in range((10 ** 5 - 1) // 2):
    print("for 100")
print("add")
for val in range((10 ** 5 - 1) // 2):
    print("end")

`
  • Vote: I like it
  • +8
  • Vote: I do not like it