結果
問題 | No.8064 う し た ぷ に き あ く ん 笑 |
ユーザー | coco0715 |
提出日時 | 2023-12-30 11:25:18 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 251 bytes |
コンパイル時間 | 1,699 ms |
コンパイル使用メモリ | 166,144 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-09-27 16:40:01 |
合計ジャッジ時間 | 4,571 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 47 |
ソースコード
#include <bits/stdc++.h> //define #define yes (cout<<"Yes"<<endl) #define no (cout<<"No"<<endl) #define ll long long #define str string #define Endl endl using namespace std; int inf=2000000000; int main(){ string s; getline(cin,s); cout<<s<<endl; }