Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
52313 | AK2022071308 | 折纸 | C++ | 运行超时 | 0 | 4000 MS | 252 KB | 191 | 2022-07-19 11:52:10 |
#include<bits/stdc++.h> using namespace std; int n,m; int main() { scanf("%d%d",&n,&m); for(int i=1;i<=m;i++) { int x,y,z; scanf("%d%d%d",&x,&y,&z); } printf("%d",n/2); }