QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#834499 | #8934. Challenge NPC | L3067 | WA | 33ms | 3648kb | C++23 | 471b | 2024-12-27 18:47:26 | 2024-12-27 18:47:27 |
Judging History
answer
#include<bits/stdc++.h>
#define int long long
signed main () {
std::ios::sync_with_stdio(false);
std::cin.tie(nullptr),std::cout.tie(nullptr);
int n = 1024 , m = 0 , c = 1;
for(int i = 2; i < n; ++ i) for(int j = 1; j < i; ++ j) m ++;
std::cout << n << ' ' << m << ' ' << c << '\n';
for(int i = 1; i <= n; ++ i) std::cout << c << ' ';
std::cout << '\n';
for(int i = 2; i < n; ++ i) for(int j = 1; j < i; ++ j) std::cout << j << ' ' << i << '\n';
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 33ms
memory: 3648kb
input:
1
output:
1024 522753 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ...
result:
wrong answer The graph is not correct