| 比赛 | csp2025模拟练习2 | 评测结果 | C |
|---|---|---|---|
| 题目名称 | 玩具谜题 | 最终得分 | 0 |
| 用户昵称 | 王泽鑫 | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2025-10-29 11:20:06 | ||
#include<bits/stdc++.h>
using namespace std;
struct node {
int t;
string s;
};
struct node2 {
int x,y;
};
int main() {
node a[100005];
node2 b[100005];
int n,m;
cin>>n>>m;
for(int i=1; i<=n; i++) {
cin>>a.t>>a.string;
}
for(int i=1; i<=m; i++) {
cin>>b.x>>b.y;
}
return 0;
}