| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 126527 | 陈淮遇 | 09优惠活动 | C++ | Wrong Answer | 1 MS | 260 KB | 203 | 2025-07-19 17:27:04 |
#include<bits/stdc++.h> using namespace std; int main() { int p = 0.7; int g = 0.8; int s = 0.9; int a = 0.95; int b; int c; if (b==p||b==g||b==s||b==a){ cout<<b*c; } return 0; }
------Input------
C 100
------Answer-----
95.00
------Your output-----
0