QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#553793 | #6835. A Hero Named Magnus | Sharky | WA | 0ms | 3488kb | C++14 | 143b | 2024-09-08 20:23:26 | 2024-09-08 20:23:26 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
#define int long long
int32_t main() {
int x; cin >> x; cout << 2 * x - 1 << '\n';
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3488kb
input:
2 1 3
output:
3
result:
wrong answer 1st lines differ - expected: '1', found: '3'