結果
| 問題 |
No.280 歯車の問題(1)
|
| コンテスト | |
| ユーザー |
kongarishisyamo
|
| 提出日時 | 2016-06-02 20:16:42 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 1,000 ms |
| コード長 | 180 bytes |
| コンパイル時間 | 486 ms |
| コンパイル使用メモリ | 53,848 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-10-08 05:53:17 |
| 合計ジャッジ時間 | 3,325 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 31 |
ソースコード
#include<iostream>
using namespace std;
int main(){
int N;
long long gav,z1,z2;
cin>>N;
cin>>z1;
for(int i=1;i<N-1;i++) cin>>gav;
cin>>z2;
cout<<z2<<"/"<<z1<<endl;
}
kongarishisyamo