提交记录 15664
| 提交时间 |
评测时间 |
| 2021-01-22 10:57:15 |
2021-01-22 10:57:19 |
#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);read(y);
printf("%d",x*y-x-y);
fclose(stdin);
fclose(stdout);
return(0);
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 7.46 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #2 | 10.29 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #3 | 9.86 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #4 | 7.45 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #5 | 7.74 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #6 | 6.92 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #7 | 7.41 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #8 | 7.24 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #9 | 7.44 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #10 | 7.64 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #11 | 7.69 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #12 | 7.04 us | 20 KB | Accepted | Score: 5 | 显示更多 |
| Testcase #13 | 7.66 us | 20 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #14 | 7.68 us | 20 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #15 | 7.22 us | 20 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #16 | 7.61 us | 20 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #17 | 7.12 us | 20 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #18 | 7.39 us | 20 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #19 | 7.08 us | 20 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #20 | 7.27 us | 20 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-20 11:37:40 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠