路桥三中信奥选拔赛
Done
IOI
Start at: 2025-4-2 17:20
1.5
hour(s)
Host:
76
本次选拔赛为上机编程,同学们需要在规定时间内解决尽可能多的问题,最终会结合前期笔试成绩以及本次机试成绩。
考试内容至多到循环结构,认真答题
如果准备就绪,点击右上角参加比赛,输入邀请码3030 然后会开始倒计时。倒计时1.5小时结束后就无法答题。 没有在机房准备就绪之前,千万别点击参赛.参赛之后点击上方题目列表开始答题,可以多次提交,取最高分
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<fixed<<setprecision(7);//保留7位
cout<<endl;//换行
cout<<"内容";//打印图形双引号
return 0;
}
int 整数类型 大致10^9
long long int 长整数类型 大致10^18
double 实数类型
3/4结果是商
3.0/4结果是一个近似值
if(判断条件){
操作
}
else if(判断条件){ 否则如果
操作
}
else{
否则
}
for(int i=1;i<=n;i++){
N次循环
}
while(判断条件){
操作
}
The contest is a flexible time contest. You need to complete the contest within a specified time after you attended.
- Status
- Done
- Rule
- IOI
- Problem
- 15
- Start at
- 2025-4-2 17:20
- End at
- 2025-4-2 20:20
- Duration
- 1.5 hour(s)
- Host
- Partic.
- 76