QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#396111#2852. 为最美的那位献上花朵ucup-team1251WA 0ms3692kbC++17386b2024-04-22 13:04:472024-04-22 13:04:48

Judging History

This is the latest submission verdict.

  • [2024-04-22 13:04:48]
  • Judged
  • Verdict: WA
  • Time: 0ms
  • Memory: 3692kb
  • [2024-04-22 13:04:47]
  • Submitted

answer

#include <bits/stdc++.h>

using namespace std;
#define fi first
#define se second
#define int long long
typedef pair<int, int> PII;
const int mod = 1e9 + 7;
const int N = 1e6 + 10;

void solve() {
    cout << "cherry";
  
}
signed main() {
    ios::sync_with_stdio(false);
    cin.tie(0);
    cout.tie(0);
    int _;
    _ = 1;
    //cin >> _;
    while (_--) {
        solve();
    }
}

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3692kb

input:



output:

cherry

result:

wrong answer