結果
問題 |
No.552 十分簡単な星1の問題
|
ユーザー |
![]() |
提出日時 | 2025-03-07 15:52:57 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 167 bytes |
コンパイル時間 | 543 ms |
コンパイル使用メモリ | 24,448 KB |
実行使用メモリ | 8,608 KB |
最終ジャッジ日時 | 2025-03-07 15:52:59 |
合計ジャッジ時間 | 2,050 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 44 WA * 3 |
ソースコード
#include <stdio.h> void main(void){ long long int num = 0; int input = scanf("%lld",&num); if(input == 2){ printf("入力ミス\n"); } printf("%lld",num*10); }