提交记录 13416


用户 题目 状态 得分 用时 内存 语言 代码长度
STDquantum test. 自定义测试 Accepted 100 46.75 us 36 KB C++ 233 B
提交时间 评测时间
2020-08-02 17:24:27 2023-09-03 19:41:03
#include <bits/stdc++.h>
#define LOCAL
using namespace std;

namespace STDquantum {

inline void main() {
  for (int i = 1; i <= 100; ++i) { cout << i; }
}

}  // namespace STDquantum

int main() {
  STDquantum::main();
  return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #146.75 us36 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-24 09:48:30 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠