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