QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#553793#6835. A Hero Named MagnusSharkyWA 0ms3488kbC++14143b2024-09-08 20:23:262024-09-08 20:23:26

Judging History

你现在查看的是最新测评结果

  • [2024-09-08 20:23:26]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3488kb
  • [2024-09-08 20:23:26]
  • 提交

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'