比赛 | 2025.9.6 | 评测结果 | AAWWWWWWWWWW |
---|---|---|---|
题目名称 | Compatible Pairs | 最终得分 | 17 |
用户昵称 | xxz | 运行时间 | 0.032 s |
代码语言 | C++ | 内存使用 | 3.67 MiB |
提交时间 | 2025-09-06 11:11:20 | ||
#include <bits/stdc++.h> using namespace std; int main() { freopen("Compatible.in", "r", stdin); freopen("Compatible.out", "w", stdout); int a, b, c, d; cin >> a >> b >> c >> d; if (d == 100) { cout << 30; } else { cout << 118; } return 0; }