結果
問題 |
No.3015 右に寄せろ!
|
ユーザー |
![]() |
提出日時 | 2025-01-25 14:29:17 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 96 bytes |
コンパイル時間 | 1,228 ms |
コンパイル使用メモリ | 62,880 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2025-01-25 23:21:37 |
合計ジャッジ時間 | 2,221 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge7 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 3 WA * 33 |
ソースコード
#include<ios> int a,b,c;int main(){for(;~(c=getchar());b+=c-48)a+=c&1?0:b&=~1;printf("%d",a/2);}