結果
問題 | No.3025 |
ユーザー | conf |
提出日時 | 2017-03-31 23:01:13 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 136 bytes |
コンパイル時間 | 514 ms |
コンパイル使用メモリ | 66,152 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-07 18:58:00 |
合計ジャッジ時間 | 813 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ソースコード
#include <iostream> #include <vector> using namespace std; int main(){ string S; while(cin>>S){ cout<<"T"<<endl; } }