結果
| 問題 |
No.552 十分簡単な星1の問題
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-02-01 10:05:38 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 228 bytes |
| コンパイル時間 | 685 ms |
| コンパイル使用メモリ | 58,112 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2025-02-01 10:05:43 |
| 合計ジャッジ時間 | 3,177 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 46 WA * 1 |
ソースコード
#include<iostream>
#include<cassert>
#define rep(i,n) for(i=0;i<(int)(n);i++)
using namespace std;
typedef long long ll;
typedef unsigned long long ull;
string n;
int main(){
cin>>n;
cout<<n<<'0'<<'\n';
return 0;
}