Submission #82304


ソースコード

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];
Console.WriteLine(array[0]);
}
}

ステータス

項目 データ
問題 1944 - 足し算をしよう
ユーザー名 ei2332
投稿日時 2025-01-09 18:25:05
言語 C#
状態 Time Limit Exceeded
得点 0
ソースコード長 327 Byte
最大実行時間 1000 ms
最大メモリ使用量 39256 KB

セット

セット 得点 Cases
1 ALL 0 / 10000 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in01.txt TLE 1000 ms 39256 KB
1
in02.txt RE 47 ms 8720 KB
1
in03.txt RE 50 ms 8732 KB
1
in04.txt RE 54 ms 8744 KB
1
in05.txt RE 51 ms 10812 KB
1
in06.txt TLE 1000 ms 37136 KB
1
in07.txt RE 59 ms 15252 KB
1
in08.txt RE 63 ms 15260 KB
1
in09.txt RE 52 ms 8732 KB
1