Submission #82323


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
using System.Numerics;
class Program
{
static void Main()
{
var a = BigInteger.Parse(Console.ReadLine());
var b = BigInteger.Parse(Console.ReadLine());
BigInteger c = a + b;
Console.WriteLine(c);
}
}

ステータス

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

コンパイルメッセージ

./Main.cs(7,34): error CS0103: The name `Console' does not exist in the current context
./Main.cs(8,34): error CS0103: The name `Console' does not exist in the current context
./Main.cs(10,9): error CS0103: The name `Console' does not exist in the current context
Compilation failed: 3 error(s), 0 warnings

セット

セット 得点 Cases

テストケース

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