結果
問題 | No.651 E869120 and Driving |
ユーザー |
|
提出日時 | 2020-07-03 03:22:02 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 183 bytes |
コンパイル時間 | 2,136 ms |
コンパイル使用メモリ | 193,824 KB |
最終ジャッジ日時 | 2025-01-11 13:59:59 |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 7 |
ソースコード
#include<bits/stdc++.h>using namespace std;int main(){cin.tie(0),ios::sync_with_stdio(false);int a; cin>>a;cout<<10+a/100<<":"s<<setfill('0')<<setw(2)<<a%100*60/100<<"\n"s;}