QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#228298#5420. Inscryptionmobbb#WA 372ms3528kbC++171.3kb2023-10-28 13:18:292023-10-28 13:18:29

Judging History

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

  • [2023-10-28 13:18:29]
  • 评测
  • 测评结果:WA
  • 用时:372ms
  • 内存:3528kb
  • [2023-10-28 13:18:29]
  • 提交

answer

#include <bits/stdc++.h>

using namespace std;

#define ll long long

#define double long double

void solve(){
    int n;cin >> n;
    vector<int> a(n + 1),pos(n + 1),neg(n + 1),zero(n + 1);
    int x = 0,y = 0;
    for (int i = 1;i <= n;i++){
        cin >> a[i];
        pos[i] = pos[i - 1] + (a[i] == 1);
        neg[i] = neg[i - 1] + (a[i] == -1);
        zero[i] = zero[i - 1] + (a[i] == 0);
    }
    int p = -1,q = 100;
    double r = -1;
    bool ok = false;
    int jue = 0;
    for (int i = 1;i <= n;i++){
        int t = pos[n] + zero[i] + 1;
        int bw = t - (neg[n] - neg[i] + zero[n] - zero[i]);
        //if (bw <= 0) continue;
        //cout << t << " " << bw << endl;

        jue += a[i];
        //continue;
        if (jue < 0){
            break;
        }
        if (bw == 0) continue;
        double xx = 1.0 * t / (bw);
        if (xx > r){
            r = xx;
            int tt = gcd(t,bw);
            t /= tt;
            bw /= tt;
            p = t,q = bw;
        }
    }
    if (r == -1){
        cout << -1 << endl;
    }else{
        cout << p << " " << q << endl;
    }
}

signed main(){
    ios::sync_with_stdio(false);
    cin.tie(nullptr);

    int T;cin >> T;
    while (T--){
        solve();
    }

    return 0;
}

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3524kb

input:

6
7
1 1 1 -1 1 1 -1
4
1 0 -1 0
4
0 -1 -1 0
1
0
2
0 0
1
-1

output:

3 2
3 1
-1
1 1
2 1
-1

result:

ok 6 lines

Test #2:

score: 0
Accepted
time: 372ms
memory: 3528kb

input:

1000000
1
1
1
-1
1
1
1
1
1
1
1
1
1
-1
1
-1
1
0
1
0
1
1
1
0
1
-1
1
0
1
1
1
0
1
1
1
0
1
1
1
0
1
0
1
0
1
1
1
-1
1
1
1
1
1
-1
1
0
1
1
1
0
1
-1
1
0
1
-1
1
1
1
-1
1
0
1
1
1
1
1
-1
1
0
1
-1
1
-1
1
-1
1
-1
1
0
1
0
1
-1
1
0
1
-1
1
0
1
0
1
0
1
0
1
0
1
-1
1
1
1
0
1
0
1
1
1
0
1
-1
1
1
1
1
1
0
1
1
1
1
1
1
1
0
1
...

output:

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:

ok 1000000 lines

Test #3:

score: -100
Wrong Answer
time: 123ms
memory: 3428kb

input:

181249
6
1 0 -1 0 1 0
4
1 -1 -1 -1
8
-1 0 0 0 1 -1 1 1
3
0 1 0
6
1 0 -1 1 -1 0
4
1 -1 -1 -1
9
0 1 0 -1 -1 0 -1 0 1
1
-1
3
0 -1 1
5
0 0 1 -1 1
3
1 -1 0
6
-1 0 0 -1 0 1
8
1 -1 -1 -1 0 1 -1 0
2
0 0
3
-1 1 0
3
0 -1 -1
10
0 1 0 -1 1 1 0 -1 1 0
3
1 0 0
9
1 -1 1 -1 0 -1 0 0 0
3
0 1 0
3
-1 0 0
7
-1 0 -1 -1 ...

output:

4 1
-1
-1
3 2
4 1
-1
5 1
-1
3 2
2 1
2 1
-1
-1
2 1
-1
-1
6 1
3 2
3 -4
3 2
-1
-1
-1
-1
2 1
5 3
-1
5 4
2 1
-1
3 2
5 2
1 1
-1
3 2
-1
1 1
3 1
2 1
1 1
-1
1 1
-1
1 1
3 2
-1
-1
3 -5
4 1
3 2
5 2
1 1
-1
5 1
-1
-1
1 1
-1
3 1
3 2
-1
-1
4 3
2 1
-1
5 3
3 1
6 1
-1
2 1
2 1
1 -2
1 1
-1
-1
-1
-1
4 1
1 1
2 1
4 1
-1
3 ...

result:

wrong answer 7th lines differ - expected: '3 1', found: '5 1'