QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#847720#9999. 好成绩yhdddAC ✓0ms3660kbC++20781b2025-01-08 10:25:582025-01-08 10:25:59

Judging History

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

  • [2025-01-08 10:25:59]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3660kb
  • [2025-01-08 10:25:58]
  • 提交

answer

#include<bits/stdc++.h>
#define int long long
#define mod 998244353ll
#define pii pair<int,int>
#define fi first
#define se second
#define mems(x,y) memset(x,y,sizeof(x))
#define pb push_back
#define db double
using namespace std;
const int maxn=200010;
const int inf=1e18;
inline int read(){
	int x=0,f=1;
	char ch=getchar();
	while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
	while(ch>='0'&&ch<='9'){x=(x<<3)+(x<<1)+(ch-48);ch=getchar();}
	return x*f;
}
bool Mbe;

int n;
void work(){
	puts("83");
}

// \
444

bool Med;
int T;
signed main(){
//	freopen(".in","r",stdin);
//	freopen(".out","w",stdout);
	
//	ios::sync_with_stdio(0);
//	cin.tie(0);cout.tie(0);
	
//	cerr<<(&Mbe-&Med)/1048576.0<<" MB\n";
	
	T=1;
	while(T--)work();
}

詳細信息

Test #1:

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

input:



output:

83

result:

ok single line: '83'