結果
| 問題 | No.1686 Geschenkt |
| コンテスト | |
| ユーザー |
takytank
|
| 提出日時 | 2021-09-26 02:17:10 |
| 言語 | C#(csc) (csc 3.9.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 572 bytes |
| 記録 | |
| コンパイル時間 | 778 ms |
| コンパイル使用メモリ | 102,272 KB |
| 実行使用メモリ | 14,720 KB |
| 最終ジャッジ日時 | 2024-07-05 15:33:58 |
| 合計ジャッジ時間 | 1,401 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 7 |
コンパイルメッセージ
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc) Copyright (C) Microsoft Corporation. All rights reserved.
ソースコード
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Text;
namespace AtCoder
{
class Program
{
static void Main()
{
}
BigInteger SystemNumerics(BigInteger a, BigInteger b) { return a + b; } // System.Numerics.BigInteger
Span<int> Span(int[] array) { return array.AsSpan(); } // System.Span
}
}
takytank