Submission #19558023
Source Code Expand
Copy
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ABC183A { class Program { static void Main(string[] args) { var w = Console.ReadLine().Split(' '); int a = int.Parse(w[0]); int b = int.Parse(w[1]); if ( a * b % 2 = 1) Console.WriteLine("Yes"); else Console.WriteLine("No"); } } }
Submission Info
Submission Time | |
---|---|
Task | A - ABC333 |
User | WhiteRabbit |
Language | C# (.NET Core 3.1.201) |
Score | 0 |
Code Size | 468 Byte |
Status | CE |
Compile Error
Program.cs(16,18): error CS0131: The left-hand side of an assignment must be a variable, property or indexer [/imojudge/csharp/csharp.csproj]