結果
問題 | No.249 N言っちゃダメゲーム (2) |
ユーザー | forest3 |
提出日時 | 2020-05-17 09:46:21 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 79 ms / 1,000 ms |
コード長 | 159 bytes |
コンパイル時間 | 1,640 ms |
コンパイル使用メモリ | 167,004 KB |
実行使用メモリ | 6,940 KB |
最終ジャッジ日時 | 2024-09-24 21:01:32 |
合計ジャッジ時間 | 2,691 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 3 |
ソースコード
#include <bits/stdc++.h> using namespace std; int main() { string N, K; for( int i = 0; i < 1000; i++ ) { cin >> N >> K; } cout << 1000 / 2 << endl; }