結果
| 問題 |
No.3140 Weird Parentheses Game
|
| コンテスト | |
| ユーザー |
tnakao0123
|
| 提出日時 | 2025-05-17 12:00:53 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| コード長 | 185 bytes |
| コンパイル時間 | 578 ms |
| コンパイル使用メモリ | 24,704 KB |
| 実行使用メモリ | 7,844 KB |
| 最終ジャッジ日時 | 2025-05-17 12:00:55 |
| 合計ジャッジ時間 | 1,464 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 21 |
ソースコード
/* -*- coding: utf-8 -*-
*
* 3140.cc: No.3140 Weird Parentheses Game - yukicoder
*/
#include<cstdio>
using namespace std;
/* main */
int main() {
puts("First");
return 0;
}
tnakao0123