提交记录 15663


用户 题目 状态 得分 用时 内存 语言 代码长度
TOE noip17a. 【NOIP2017】小凯的疑惑 Compile Error 0 0 ns 0 KB C++ 357 B
提交时间 评测时间
2021-01-22 10:56:55 2021-01-22 10:56:56
#include<cstdio>
using namespace std;
int x,y;
char BuF[1<<26],*InF=BuF;
template<typename T>void read(T &x){
	bool f=1;
	for(;47>*InF||*InF>58;f^=*InF++=='-');
	for(x=0;47<*InF&&*InF<58;x=(x<<3)+(x<<1)+(*InF++^48));
	x=f?x:-x;
}

int main(){
	fread(BuF,1,1<<26,stdin);
	read(x);reda(y);
	printf("%d",x*y-x-y);
	fclose(stdin);
	fclose(stdout);
	return(0);
}

CompilationN/AN/ACompile ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-20 11:39:32 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠