QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#857142#9999. 好成绩guanghereAC ✓0ms3584kbC++23106b2025-01-15 10:27:452025-01-15 10:27:47

Judging History

你现在查看的是最新测评结果

  • [2025-01-15 10:27:47]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3584kb
  • [2025-01-15 10:27:45]
  • 提交

answer

//
// Created by guanghere on 24-12-15.
//
#include <iostream>

int main() {
    std::cout << 83;
}

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3584kb

input:



output:

83

result:

ok single line: '83'