GESP5级模拟赛---挖土机R52周赛(入门语法场)---选择判断题

Done OI Start at: 2025-6-7 8:00 1 hour(s) Host: 36

编程题在这:

https://oj.since2018.top/contest/6837fac8a95163b2811f12ce

每道题目请参考以下格式提交程序:

#include<iostream>
using namespace std;
int main()
{
  cout << "A";
  return 0;
}

如果选 B/C/DB/C/D 将输出内容修改即可。

判断题请输出 T/FT/F,参考:

#include<iostream>
using namespace std;
int main()
{
  cout << "T";
  return 0;
}

The contest is a flexible time contest. You need to complete the contest within a specified time after you attended.

Status
Done
Rule
OI
Problem
25
Start at
2025-6-7 8:00
End at
2025-6-9 0:00
Duration
1 hour(s)
Host
Partic.
36