| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1307418 | huangzijia11 | 메기 농장 (IOI22_fish) | C++20 | 0 ms | 0 KiB |
int64 max_weights(int N, int M, int[] X, int[] Y, int[] W) {
int64 res = 0;
for (int i = 0; i < N; i++) res += W[i];
return res;
}
| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1307418 | huangzijia11 | 메기 농장 (IOI22_fish) | C++20 | 0 ms | 0 KiB |