Contest1005 - 浏阳市2024年11月30日科技节c++编程复赛

2024-12-09 09:00:00
2024-12-16 09:00:00
已结束 公开 当前时间:2024-12-23 05:54:33

信息与公告




程序提交模板:
#include <bits/stdc++.h>
using namespace std;
string st;
int main(){
    freopen("name.in", "r", stdin);
    freopen("name.out", "w", stdout);
    cin>>st;
    cout<<st;
    return 0;
}

题目编号 标题 正确 提交量
A幸运数字(lucky)(浏阳市科技艺术节c++编程比赛11.30)1460
B凑十(ten)(浏阳市科技艺术节c++编程比赛11.30)931
C数字烟花(num)(浏阳市科技艺术节c++编程比赛11.30)252
D你的名字(name)(浏阳市科技艺术节c++编程比赛11.30)1728
我也是有底线哒~