QOJ.ac

QOJ

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

Judging History

This is the latest submission verdict.

  • [2025-01-08 18:50:04]
  • Judged
  • Verdict: AC
  • Time: 0ms
  • Memory: 3708kb
  • [2025-01-08 18:50:03]
  • Submitted

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'