QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#848297#9999. 好成绩lesunhan2022AC ✓0ms3708kbC++14290b2025-01-08 18:50:032025-01-08 18:50:04

Judging History

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

  • [2025-01-08 18:50:04]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3708kb
  • [2025-01-08 18:50:03]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
#define endl '\n'
void init();
void solve();
signed main(){
    ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
    int T=1;
    // cin>>T;
    init();
    while(T--) solve();
    return 0;
}
void init(){}
void solve(){cout<<"83";}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:



output:

83

result:

ok single line: '83'