結果
| 問題 | No.552 十分簡単な星1の問題 |
| コンテスト | |
| ユーザー |
springroll
|
| 提出日時 | 2018-10-16 20:31:19 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 162 bytes |
| 記録 | |
| コンパイル時間 | 1,443 ms |
| コンパイル使用メモリ | 164,200 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-10-12 18:45:11 |
| 合計ジャッジ時間 | 2,561 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 46 WA * 1 |
ソースコード
#include"bits/stdc++.h"
using namespace std;
typedef long long ll;
int main() {
ll N;
cin >> N;
if(N!=0) cout << N << 0 << endl;
else cout << N << endl;
}
springroll