QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#848297 | #9999. 好成绩 | lesunhan2022 | AC ✓ | 0ms | 3708kb | C++14 | 290b | 2025-01-08 18:50:03 | 2025-01-08 18:50:04 |
Judging History
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'