結果
問題 |
No.3294 UECoder
|
ユーザー |
|
提出日時 | 2025-10-05 16:40:42 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 147 bytes |
コンパイル時間 | 1,824 ms |
コンパイル使用メモリ | 192,820 KB |
実行使用メモリ | 7,720 KB |
最終ジャッジ日時 | 2025-10-05 16:40:55 |
合計ジャッジ時間 | 2,612 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 20 |
ソースコード
#include<bits/stdc++.h> using namespace std; int c,f; int main(){ for(;~(c=getchar());){ putchar(c*f/3); if(c=='c')f=printf("UEC"); } }