結果
問題 | No.280 歯車の問題(1) |
ユーザー |
|
提出日時 | 2015-09-20 16:15:23 |
言語 | C++11 (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 153 bytes |
コンパイル時間 | 434 ms |
コンパイル使用メモリ | 56,020 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-07-19 08:20:28 |
合計ジャッジ時間 | 2,540 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 31 |
ソースコード
#include <iostream> using namespace std; int main(){ int n;cin >>n; string f,l; cin>>f; for(int i=1;i<n-1;i++) cin>>l; cin>>l; cout<<l<<"/"<<f<<endl; }