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