提交记录 15663
| 提交时间 |
评测时间 |
| 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);
}
| Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-20 11:39:32 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠