QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#383083 | #5698. NOIP 十合一 | duongnc000 | 0 | 0ms | 0kb | / | 12.2kb | 2024-04-08 21:34:08 | 2024-04-08 21:34:09 |
noip1.out
noip2.out
noip3.out
noip4.out
noip5.out
noip6.out
noip7.out
#pragma GCC optimize("Ofast,unroll-loops") #pragma GCC target("avx2,fma,bmi,bmi2,sse4.2,popcnt,lzcnt") #include <bits/stdc++.h> #define taskname "" #define all(x) x.begin(), x.end() #define rall(x) x.rbegin(), x.rend() #define i64 long long #define pb push_back #define ff first #define ss second #define isz(x) (int)x.size() using namespace std; const int mxN = 2e5 + 5; // const int mod = 1e9 + 7; const i64 oo = 1e18; using uint = unsigned int; template<uint _mod> struc...
noip8.out
noip9.out
noip10.out
詳細信息
Test #1:
score: 0
Wrong Answer
input:
1
output:
result:
wrong output format Unexpected end of file - int32 expected
Test #2:
score: 0
Wrong Answer
input:
2
output:
result:
wrong output format Unexpected end of file - int32 expected
Test #3:
score: 0
Wrong Answer
input:
3
output:
result:
wrong output format Unexpected end of file - int32 expected
Test #4:
score: 0
Wrong Answer
input:
4
output:
result:
wrong output format Unexpected end of file - int32 expected
Test #5:
score: 0
Wrong Answer
input:
5
output:
result:
wrong output format Unexpected end of file - int32 expected
Test #6:
score: 0
Wrong Answer
input:
6
output:
result:
wrong output format Unexpected end of file - int32 expected
Test #7:
score: 0
Wrong Answer
input:
7
output:
#pragma GCC optimize("Ofast,unroll-loops") #pragma GCC target("avx2,fma,bmi,bmi2,sse4.2,popcnt,lzcnt") #include <bits/stdc++.h> #define taskname "" #define all(x) x.begin(), x.end() #define rall(x) x.rbegin(), x.rend() #define i64 long long #define pb push_back #define ff first #defin...
result:
wrong output format Expected integer, but "#pragma" found
Test #8:
score: 0
Wrong Answer
input:
8
output:
result:
wrong output format Unexpected end of file - int32 expected
Test #9:
score: 0
Wrong Answer
input:
9
output:
result:
wrong output format Unexpected end of file - int32 expected
Test #10:
score: 0
Wrong Answer
input:
10
output:
result:
wrong output format Unexpected end of file - int32 expected