Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2883

【base shellscript】競技プログラミングでの値取得 01

$
0
0
入力値 ・パターン1(文字列) 入力 入力例1 abcdefg #!/bin/bash # 取得方法(read 変数)で取得できる。 read s # 出力 echo $s 出力結果 abcdefg ・パターン2(数値)※パターン1と同…

Viewing all articles
Browse latest Browse all 2883

Trending Articles