Submission #6358777
Source Code Expand
s = gets.chomp
s.gsub!("BC","D")
add=0
cnt=0
s.split("").each do |c|
add
if c == "A"
add+=1
elsif c == "B" or c == "C"
add=0
else #D
cnt += add
end
end
puts cnt
Submission Info
| Submission Time | |
|---|---|
| Task | B - ABC |
| User | rk018 |
| Language | Ruby (2.3.3) |
| Score | 600 |
| Code Size | 196 Byte |
| Status | AC |
| Exec Time | 164 ms |
| Memory | 16764 KiB |
Compile Error
./Main.rb:6: warning: possibly useless use of a variable in void context
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 600 / 600 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 0_000.txt, 0_001.txt, 0_002.txt |
| All | 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt, 1_007.txt, 1_008.txt, 1_009.txt, 1_010.txt, 1_011.txt, 1_012.txt, 1_013.txt, 1_014.txt, 1_015.txt, 1_016.txt, 1_017.txt, 1_018.txt, 1_019.txt, 1_020.txt, 1_021.txt, 1_022.txt, 1_023.txt, 1_024.txt, 1_025.txt, 1_026.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 0_000.txt | AC | 7 ms | 1788 KiB |
| 0_001.txt | AC | 7 ms | 1788 KiB |
| 0_002.txt | AC | 7 ms | 1788 KiB |
| 1_003.txt | AC | 7 ms | 1788 KiB |
| 1_004.txt | AC | 7 ms | 1788 KiB |
| 1_005.txt | AC | 7 ms | 1788 KiB |
| 1_006.txt | AC | 147 ms | 16568 KiB |
| 1_007.txt | AC | 146 ms | 16568 KiB |
| 1_008.txt | AC | 146 ms | 16568 KiB |
| 1_009.txt | AC | 146 ms | 16568 KiB |
| 1_010.txt | AC | 146 ms | 16568 KiB |
| 1_011.txt | AC | 143 ms | 16764 KiB |
| 1_012.txt | AC | 156 ms | 16764 KiB |
| 1_013.txt | AC | 164 ms | 16764 KiB |
| 1_014.txt | AC | 119 ms | 15672 KiB |
| 1_015.txt | AC | 120 ms | 15672 KiB |
| 1_016.txt | AC | 120 ms | 15672 KiB |
| 1_017.txt | AC | 120 ms | 15672 KiB |
| 1_018.txt | AC | 120 ms | 15672 KiB |
| 1_019.txt | AC | 118 ms | 15672 KiB |
| 1_020.txt | AC | 120 ms | 15672 KiB |
| 1_021.txt | AC | 120 ms | 15672 KiB |
| 1_022.txt | AC | 134 ms | 15288 KiB |
| 1_023.txt | AC | 125 ms | 14776 KiB |
| 1_024.txt | AC | 122 ms | 15672 KiB |
| 1_025.txt | AC | 123 ms | 15672 KiB |
| 1_026.txt | AC | 122 ms | 15672 KiB |