Submission #38607794
Source Code Expand
module hoge
Sub main
Dim N as integer = Console.readLine()
Dim Arr(N-1) as integer
For i = 0 to N-1
Dim Arr1() as String = Console.Readline.Split(" ")
Dim A as Integer = Arr1(0)
Dim B as Integer = arr1(1)
Arr(i) = A + B
Next
For j = 0 to N-1
Console.Writeline(Arr(j))
next
end sub
end module
Submission Info
| Submission Time | |
|---|---|
| Task | A - Many A+B Problems |
| User | Takumi1982 |
| Language | Visual Basic (.NET Core 3.1.101) |
| Score | 100 |
| Code Size | 348 Byte |
| Status | AC |
| Exec Time | 91 ms |
| Memory | 28468 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, example0.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 87 ms | 28464 KiB |
| 001.txt | AC | 91 ms | 28280 KiB |
| 002.txt | AC | 88 ms | 28468 KiB |
| 003.txt | AC | 86 ms | 28244 KiB |
| 004.txt | AC | 86 ms | 28060 KiB |
| 005.txt | AC | 91 ms | 28324 KiB |
| 006.txt | AC | 88 ms | 28052 KiB |
| 007.txt | AC | 87 ms | 28176 KiB |
| 008.txt | AC | 87 ms | 28240 KiB |
| 009.txt | AC | 84 ms | 28244 KiB |
| example0.txt | AC | 90 ms | 28384 KiB |