首页 > TAG信息列表 > P1116

P1116 车厢重组(python3实现)

车厢重组 - 洛谷 """ P1116 车厢重组(python3实现)--03 https://www.luogu.com.cn/problem/P1116 """ sum=0 n=int(input()) a=[] while len(a)<n: # 如果没有读够n个数字 num = input() nums = num.strip().split()

P1116 车厢重组

// Problem: P1116 车厢重组 // Contest: Luogu // URL: https://www.luogu.com.cn/problem/P1116 // Memory Limit: 125 MB // Time Limit: 1000 ms // User: Pannnn #include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false);