:heavy_check_mark: "A + B" (examples/awk/aplusb2.awk)

aplusb2

$A + B$ in yukicoder

Code

# competitive-verifier: PROBLEM https://yukicoder.me/problems/no/1088
$0=$1+$2

Test cases

Env Name Status Elapsed Memory
awk 01_sample_01.txt :heavy_check_mark: AC 6 ms 4 MB
awk 01_sample_02.txt :heavy_check_mark: AC 6 ms 4 MB
awk input1.txt :heavy_check_mark: AC 6 ms 4 MB
awk input10.txt :heavy_check_mark: AC 6 ms 4 MB
awk input2.txt :heavy_check_mark: AC 5 ms 4 MB
awk input3.txt :heavy_check_mark: AC 6 ms 4 MB
awk input4.txt :heavy_check_mark: AC 6 ms 4 MB
awk input5.txt :heavy_check_mark: AC 6 ms 4 MB
awk input6.txt :heavy_check_mark: AC 6 ms 4 MB
awk input7.txt :heavy_check_mark: AC 6 ms 4 MB
awk input8.txt :heavy_check_mark: AC 6 ms 4 MB
awk input9.txt :heavy_check_mark: AC 6 ms 4 MB
Back to top page