GESP4级模拟赛---挖土机R50周赛(语法场)---选择判断题

Done OI Start at: 2025-5-17 10:00 1 hour(s) Host: 48

编程题在这:

https://oj.since2018.top/contest/682448bea95163b2811aeca7

2025-5 GESP4级模拟赛---挖土机R50周赛(语法场)---选择判断题

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

#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-5-17 10:00
End at
2025-5-19 0:00
Duration
1 hour(s)
Host
Partic.
48