4 条题解
-
-112116黄立博 (12116黄立博) LV 9 @ 2022-07-03 18:17:18
#include <iostream> using namespace std; int main() { cout<<"2"; return 0; } //找规律可以发现真的都是2
-
-32021-11-12 18:42:38@
#include <iostream>
using namespace std;
int main()
{
cout<<"2"<<endl;}
-
-42021-11-12 21:16:22@
#include <iostream>
using namespace std;
int main()
{
cout<<"2"<<endl;
return 0;
} -
-52021-11-12 16:29:35@
#include <iostream>
using namespace std;
int main()
{
cout<<"2"<<endl;}
- 1
信息
- ID
- 1197
- 难度
- 3
- 分类
- (无)
- 标签
- 递交数
- 66
- 已通过
- 31
- 通过率
- 47%
- 上传者