| 比赛 | NOIP2025模拟赛2 | 评测结果 | AWWWWWWWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 博彩游戏 | 最终得分 | 4 |
| 用户昵称 | ZZ | 运行时间 | 0.067 s |
| 代码语言 | C++ | 内存使用 | 3.62 MiB |
| 提交时间 | 2025-11-25 12:04:05 | ||
#include<bits/stdc++.h>
using namespace std;
int main(){
freopen("wager.in","r",stdin);
freopen("wager.out","w",stdout);
//submit codes of A:palin here
//so I have to cheat qwq
cout<<"0.0000";
return 0;
}