Submission #75969691


Source Code Expand

#include <bits/stdc++.h>
using namespace std;

int main() {
  int64_t A, B, C, D, E, F;
  cin >> A >> B >> C >> D >> E >> F;
  cout << ((A*B*C) - (D*E*F)) % 998244353 << endl;
}

Submission Info

Submission Time
Task C - ABC-DEF
User sasakiharuto
Language C++23 (GCC 15.2.0)
Score 0
Code Size 184 Byte
Status WA
Exec Time 1 ms
Memory 3568 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 200
Status
AC × 3
AC × 15
WA × 15
Set Name Test Cases
Sample example_00.txt, example_01.txt, example_02.txt
All example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, hand_06.txt, hand_07.txt, hand_08.txt, hand_09.txt, hand_10.txt, hand_11.txt, hand_12.txt, hand_13.txt, hand_14.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt, random_10.txt, random_11.txt
Case Name Status Exec Time Memory
example_00.txt AC 1 ms 3212 KiB
example_01.txt AC 1 ms 3400 KiB
example_02.txt AC 1 ms 3384 KiB
hand_00.txt AC 1 ms 3556 KiB
hand_01.txt AC 1 ms 3332 KiB
hand_02.txt AC 1 ms 3264 KiB
hand_03.txt AC 1 ms 3332 KiB
hand_04.txt AC 1 ms 3516 KiB
hand_05.txt AC 1 ms 3548 KiB
hand_06.txt WA 1 ms 3264 KiB
hand_07.txt WA 1 ms 3512 KiB
hand_08.txt WA 1 ms 3568 KiB
hand_09.txt AC 1 ms 3556 KiB
hand_10.txt AC 1 ms 3472 KiB
hand_11.txt AC 1 ms 3512 KiB
hand_12.txt AC 1 ms 3400 KiB
hand_13.txt AC 1 ms 3396 KiB
hand_14.txt AC 1 ms 3556 KiB
random_00.txt WA 1 ms 3400 KiB
random_01.txt WA 1 ms 3516 KiB
random_02.txt WA 1 ms 3332 KiB
random_03.txt WA 1 ms 3448 KiB
random_04.txt WA 1 ms 3492 KiB
random_05.txt WA 1 ms 3400 KiB
random_06.txt WA 1 ms 3492 KiB
random_07.txt WA 1 ms 3380 KiB
random_08.txt WA 1 ms 3264 KiB
random_09.txt WA 1 ms 3492 KiB
random_10.txt WA 1 ms 3384 KiB
random_11.txt WA 1 ms 3448 KiB