Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

python solution to Round #89 Problem B(118-B)

Правка en1, от v1sha1, 2018-08-22 13:45:43

http://codeforces.net/contest/118/problem/B

how can I remove the extra space at the end of each line in python?

I tried in two ways but both of them are producing the wrong result due to extra space at the end.

http://codeforces.net/contest/118/submission/41963079

http://codeforces.net/contest/118/submission/41929441

Теги python 3, #strings, formatting

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский v1sha1 2018-08-22 13:45:43 375 Initial revision (published)