首页
DreamJudge
院校信息
考研初试
考研复试
保研专区
讨论区
兑换中心
登录
注册
上岸
以下题解仅供学习参考使用。
抄袭、复制题解,以达到刷AC率/AC数量或其他目的的行为,在N诺是严格禁止的。
N诺非常重视学术诚信。此类行为将会导致您成为作弊者。具体细则请查看N诺社区规则。
曾不会
2026年2月4日 15:38
开门人和关门人 题解:
P1333
回复 0
|
赞 0
|
浏览 39
n=int(input()) s=[] for i in range(n): sm=list(map(str,input().split())) xuehao=sm[0] come=list(map(int,sm[1].split(':'))) out=list(map(int,sm[2].split(':'))) come0=come[0] come1=come[1] come2=come[2] out1=out[1] out0=out[0] ou...
慎独慎初
2026年1月31日 12:25
开门人和关门人 题解:
P1333
回复 0
|
赞 0
|
浏览 112
#include<iostream> #include<algorithm> #include<string> #include<vector> using namespace std; struct ji{string num; string lai; string zou;}; bool cmp1(const ji&a,const ji&b){ if...
jsd
2025年2月25日 16:07
开门人和关门人 题解:麻烦大家看看我这样做虽然通过了但是很麻烦,有没有
P1333
回复 1
|
赞 1
|
浏览 860
#include<bits/stdc++.h> using namespace std; typedef struct record { string name; string stime; string ttime; }record; record r[10001]; bool compare1(record r1, record r2) { string s1 = r1.stime; &nb...
mshj
2024年4月11日 17:41
开门人和关门人 题解:
P1333
回复 0
|
赞 2
|
浏览 1.1k
#include<iostream> #include<algorithm> using namespace std; int main() { int n; while (cin >> n) { string n1 = "",n2=""; string t1, t2;  ...
ymw1836828452
2020年4月20日 20:29
稳稳通过
P1333
回复 0
|
赞 1
|
浏览 9.1k
#include <stdio.h> #include <stdlib.h> #include <string.h> struct person {char num[200]; }; int main() {struct person a[15]; int n; scanf("%d",&n); int i; for(i=0;i<n;i++) { scanf("%s",a[i].num);getchar(); } ...
ymw1836828452
2020年4月20日 20:18
P1333题解
P1333
回复 0
|
赞 1
|
浏览 9.3k
#include <stdio.h> #include <stdlib.h> #include <string.h> struct person {char num[20]; char time1[10]; char time2[10]; }; int main() {struct person a[15]; int n; scanf("%d",&n); int i,t=0,k=0; for(i=0;i<n;i++) { scanf(...
题目
开门人和关门人
题解数量
6
发布题解
在线答疑
热门题解
1
开门人和关门人 题解:
2
开门人和关门人 题解:麻烦大家看看我这样做虽然通过了但是很麻烦,有没有简单点的方法呀
3
P1333题解
4
稳稳通过
5
开门人和关门人 题解:
6
开门人和关门人 题解: