結果
| 問題 |
No.552 十分簡単な星1の問題
|
| コンテスト | |
| ユーザー |
Drakkon
|
| 提出日時 | 2018-03-11 18:39:39 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 131 bytes |
| コンパイル時間 | 299 ms |
| コンパイル使用メモリ | 26,624 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-10-15 00:20:59 |
| 合計ジャッジ時間 | 1,708 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 45 WA * 2 |
ソースコード
#include <stdio.h>
int main(void){
unsigned long long n;
scanf("%lld", &n);
printf("%lld0\n", n);
return 0;
}
Drakkon