Submission #46736693
Source Code Expand
package main
import "fmt"
func main() {
var a, b int
fmt.Scan(&a, &b)
if b%a == 0 {
fmt.Println(b / a)
} else {
fmt.Println(b/a + 1)
}
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - お茶 |
| User | s1300051 |
| Language | Go (go 1.20.6) |
| Score | 100 |
| Code Size | 163 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 1704 KiB |
Judge Result
| Set Name | All | Testset1 | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 50 / 50 | 50 / 50 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt, 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt, 021.txt |
| Testset1 | 000.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 1 ms | 1696 KiB |
| 001.txt | AC | 1 ms | 1696 KiB |
| 002.txt | AC | 0 ms | 1700 KiB |
| 003.txt | AC | 0 ms | 1700 KiB |
| 004.txt | AC | 1 ms | 1700 KiB |
| 005.txt | AC | 0 ms | 1700 KiB |
| 006.txt | AC | 0 ms | 1700 KiB |
| 007.txt | AC | 0 ms | 1696 KiB |
| 008.txt | AC | 0 ms | 1700 KiB |
| 009.txt | AC | 0 ms | 1696 KiB |
| 010.txt | AC | 1 ms | 1704 KiB |
| 011.txt | AC | 1 ms | 1700 KiB |
| 012.txt | AC | 0 ms | 1700 KiB |
| 013.txt | AC | 0 ms | 1700 KiB |
| 014.txt | AC | 0 ms | 1704 KiB |
| 015.txt | AC | 0 ms | 1696 KiB |
| 016.txt | AC | 0 ms | 1700 KiB |
| 017.txt | AC | 0 ms | 1704 KiB |
| 018.txt | AC | 1 ms | 1696 KiB |
| 019.txt | AC | 1 ms | 1696 KiB |
| 020.txt | AC | 1 ms | 1700 KiB |
| 021.txt | AC | 1 ms | 1700 KiB |