Submission #2208222


Source Code Expand

using System;
class Program
  {
  static void Main()
    {
    int a = int.Parse(Console.ReadLine());
    int b using System;

    int c = a%b;
    if(c != 0)
      {
    c = b - c;
      }
    Console.WriteLine(c);
    
  }
}

Submission Info

Submission Time
Task A - けんしょう先生のお菓子配り
User hakusai315
Language C# (Mono 4.6.2.0)
Score 0
Code Size 242 Byte
Status CE

Compile Error

./Main.cs(7,10): error CS1525: Unexpected symbol `using', expecting `,', `;', or `='