#41733: Python沒人過


hansjiang1017@gmail.com (hans_jiang)

學校 : 不指定學校
編號 : 278037
來源 : [111.242.122.117]
最後登入時間 :
2024-11-09 14:18:54
c356. Justin 愛加密 | From: [111.242.103.122] | 發表日期 : 2024-08-21 13:08

這題python也沒有人過(大家都NA 0%)

N = int(input())
words = list(input())
n = 0
for i in range(N):
    print(words[i*5+n],end="")
    n+=1

 
#41734: Re: Python沒人過


hansjiang1017@gmail.com (hans_jiang)

學校 : 不指定學校
編號 : 278037
來源 : [111.242.122.117]
最後登入時間 :
2024-11-09 14:18:54
c356. Justin 愛加密 | From: [111.242.103.122] | 發表日期 : 2024-08-21 13:11

這題python也沒有人過(大家都NA 0%)

N = int(input())
words = list(input())
n = 0
for i in range(N):
    print(words[i*5+n],end="")
    n+=1

 

您或許執行了不正確的系統指令。
python3: error while loading shared libraries: libexpat.so.1: failed to map segment from shared object
 
#41735: Re: Python沒人過


predator (sigma)

學校 : 不指定學校
編號 : 239167
來源 : [122.117.95.179]
最後登入時間 :
2024-10-10 20:44:39
c356. Justin 愛加密 | From: [122.117.95.179] | 發表日期 : 2024-08-21 13:20

 

您或許執行了不正確的系統指令。
python3: error while loading shared libraries: libexpat.so.1: failed to map segment from shared object


記憶體限制: 16 MB

python 打不開.

 
ZeroJudge Forum