QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#383083#5698. NOIP 十合一duongnc0000 0ms0kb/12.2kb2024-04-08 21:34:082024-04-08 21:34:09

Judging History

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

  • [2024-04-08 21:34:09]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2024-04-08 21:34:08]
  • 提交

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