Online Judge
Toggle navigation
渡课
首页
问题列表
状态
排行榜
小组
比赛
帮助
注册
登录
首页
状态
91461
Run ID
作者
问题
语言
测评结果
分数
时间
内存
代码长度
提交时间
91461
xiaoma_ustc
夏令营旗手
C++
无测评数据
0
0 MS
0 KB
109
2024-03-21 19:42:20
Tests(0/0):
#include <iostream> #include <string> using namespace std; int main() { cout << 5; return 0; }