Submission #82303


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Linq;
using System.Numerics;
class Program
{
static void Main(string[] args)
{
BigInteger[] array = Console.ReadLine().Split().Select(BigInteger.Parse).ToArray();
array[0] += array[1];
else Console.WriteLine(array[0]);
}
}

ステータス

項目 データ
問題 1944 - 足し算をしよう
ユーザー名 ei2332
投稿日時 2025-01-09 18:24:43
言語 C#
状態 Compile Error
得点 0
ソースコード長 332 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cs(11,12): error CS1525: Unexpected symbol `else'
Compilation failed: 1 error(s), 0 warnings

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #