QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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';
}
Details
Tip: Click on the bar to expand more detailed information
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'