QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#155017#7119. Longest TripHossamHero70 1ms3768kbC++14246b2023-09-01 06:21:082023-09-01 06:21:09

Judging History

你现在查看的是测评时间为 2023-09-01 06:21:09 的历史记录

  • [2024-04-28 06:54:06]
  • 管理员手动重测本题所有提交记录
  • 测评结果:0
  • 用时:1ms
  • 内存:4084kb
  • [2023-09-01 06:21:09]
  • 评测
  • 测评结果:0
  • 用时:1ms
  • 内存:3768kb
  • [2023-09-01 06:21:08]
  • 提交

answer

#include <bits/stdc++.h>
#include "longesttrip.h"
//#include "grader.cpp"
using namespace std;
typedef long long ll;
vector<int> longest_trip(int n, int d)
{
    vector<int> ans(n);
    iota(ans.begin(),ans.end(),1);
    return ans;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3616kb

input:

341
3 3

output:

3kC2Ia2048BfyJVGojMUKKtilctlZKcB
1 3 1 2 3

result:

wrong answer 

Subtask #2:

score: 0
Wrong Answer

Test #6:

score: 0
Wrong Answer
time: 1ms
memory: 3744kb

input:

341
3 2

output:

3kC2Ia2048BfyJVGojMUKKtilctlZKcB
1 3 1 2 3

result:

wrong answer 

Subtask #3:

score: 0
Wrong Answer

Test #19:

score: 0
Wrong Answer
time: 1ms
memory: 3632kb

input:

341
3 1

output:

3kC2Ia2048BfyJVGojMUKKtilctlZKcB
1 3 1 2 3

result:

wrong answer 

Subtask #4:

score: 0
Wrong Answer

Test #83:

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

input:

341
3 1

output:

3kC2Ia2048BfyJVGojMUKKtilctlZKcB
1 3 1 2 3

result:

wrong answer