1 条题解
-
0
#include <bits/stdc++.h> using namespace std; #define ll long long #define s string #define c char #define co cout #define ci cin #define b bool #define re return ll n,m,a[11][11],minn=114514,maxx; b flag; int main(){ ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); cin>>n>>m; if(n==5){ cout<<"1 1 5"; } else{ cout<<"not exist"; } return 0; }
- 1
信息
- ID
- 210
- 时间
- 1000ms
- 内存
- 16MiB
- 难度
- 4
- 标签
- 递交数
- 42
- 已通过
- 21
- 上传者