Submission #2555724


Source Code Expand

a = gets.to_i
b = gets.to_i
s = a * b
if s % 2 == 0
  puts 'Odd'
else 
  puts 'Even'
end

Submission Info

Submission Time
Task ABC086A - Product
User mttkd399
Language Ruby (2.3.3)
Score 0
Code Size 95 Byte
Status WA
Exec Time 7 ms
Memory 1788 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 1
WA × 1
AC × 3
WA × 4
Set Name Test Cases
Sample 0_000.txt, 0_001.txt
All 0_000.txt, 0_001.txt, 1_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt
Case Name Status Exec Time Memory
0_000.txt WA 7 ms 1788 KB
0_001.txt AC 7 ms 1788 KB
1_002.txt WA 7 ms 1788 KB
1_003.txt WA 7 ms 1788 KB
1_004.txt AC 7 ms 1788 KB
1_005.txt AC 7 ms 1788 KB
1_006.txt WA 7 ms 1788 KB