結果
問題 |
No.687 E869120 and Constructing Array 1
|
ユーザー |
![]() |
提出日時 | 2018-06-07 23:25:21 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 169 bytes |
コンパイル時間 | 93 ms |
コンパイル使用メモリ | 27,648 KB |
実行使用メモリ | 13,756 KB |
最終ジャッジ日時 | 2024-06-30 10:35:34 |
合計ジャッジ時間 | 3,621 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | -- * 3 |
other | WA * 2 OLE * 1 -- * 3 |
ソースコード
#include <stdio.h> int main(void){ int sum; scanf("%d",&sum); while(sum>10){ printf("10 "); } printf("%d\n",sum); return 0; }