답안 #729817

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
729817 2023-04-24T16:13:42 Z caganyanmaz 메기 농장 (IOI22_fish) C++17
0 / 100
22 ms 2124 KB
#include <bits/stdc++.h>
using namespace std;

int64_t max_weights(int n, int m, vector<int> x, vector<int> y, vector<int> w)
{
        int64_t l_sum = 0;
        int64_t r_sum = 0;
        for (int i = 0; i < m; i++)
                if (x[i] == 0)
                        l_sum++;
                else if (x[i] == 1)
                        r_sum++;
                else
                        assert(false);
        return max(l_sum, r_sum);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 22 ms 2124 KB 1st lines differ - on the 1st token, expected: '40313272768926', found: '80699'
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB 1st lines differ - on the 1st token, expected: '2', found: '1'
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB 1st lines differ - on the 1st token, expected: '10082010', found: '1'
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 6
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 6
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 340 KB Execution killed with signal 6
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB 1st lines differ - on the 1st token, expected: '10082010', found: '1'
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 22 ms 2124 KB 1st lines differ - on the 1st token, expected: '40313272768926', found: '80699'
2 Halted 0 ms 0 KB -