2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

概要

mindが、謎なので調べてみた。
練習問題やってみた。

練習問題

AtCoderのwelcomeをやってみよ。

サンプルコード

整数 a,b,cと、文字列 s が与えられます。 a+b+c の計算結果と、文字列 s を並べて表示しなさい。



メインとは
 文字列1は 文字列
 数値aは 変数
 数値bは 変数
 数値cは 変数
 合否は 変数
 単語1は 文字列
 単語2は 文字列

 文字列入力し 文字列1に 入れ
 文字列1を 数値変換し 数値aと 合否に 入れ
 文字列入力し 文字列1に 入れ
 文字列1から 単語切り出し 単語1に 入れ
 文字列1から 単語切り出し 単語2に 入れ
 単語1を 数値変換し 数値bと 合否に 入れ
 単語2を 数値変換し 数値cと 合否に 入れ
 文字列入力し 文字列1に 入れ
 数値aをつみ 数値bをつみ 数値cをつみ 加え 加え 数値表示し
 「 」を 表示し 文字列1を 表示する。
。



実行結果

c:\pmind>wel0
1
2 3
test
6 test
c:\pmind>

以上。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?