結果
| 問題 |
No.8064 う し た ぷ に き あ く ん 笑
|
| コンテスト | |
| ユーザー |
subsn
|
| 提出日時 | 2023-06-20 16:07:17 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 232 bytes |
| コンパイル時間 | 104 ms |
| コンパイル使用メモリ | 28,928 KB |
| 実行使用メモリ | 6,948 KB |
| 最終ジャッジ日時 | 2024-06-28 03:05:06 |
| 合計ジャッジ時間 | 4,168 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 27 RE * 20 |
ソースコード
#include <stdio.h>
#include <string.h>
int main()
{
char s[99];
scanf("%s",&s);
for (int i = 0;i < strlen(s) * 2;i++) {
printf("う");
if (i == strlen(s) * 2 - 1) continue;;
printf(" ");
}
}
subsn