小米笔试9.19
有没有大佬讲讲赛码网一般怎么读数据的,Python这样读数据为什么一直Runtime error呢
T = int(input().strip())
for _ in range(T):
N, n, c = list(map(int, input().strip().split()))
arr = list(map(int, input().strip().split()))
T = int(input().strip())
for _ in range(T):
N, n, c = list(map(int, input().strip().split()))
arr = list(map(int, input().strip().split()))
全部评论
箱子这题我也是一直卡18%,runtime error……
司马网
我都没有加strip,也一直是RE,一直0.18
不要strip正常
其实可以不要strip的,但我也是一直运行错误
相关推荐
点赞 评论 收藏
分享
02-26 10:01
南方科技大学 产品经理 点赞 评论 收藏
分享
03-01 02:29
四川大学 Java 点赞 评论 收藏
分享
03-09 20:41
江西农业大学 后端工程师 dejavu06:本人也在学习,这是我个人总结的一些经验,我资质平平,不懂什么底层,只是把会的分享出来,希望大家轻点喷
点赞 评论 收藏
分享
