0
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?

競プロ日記#24/12/03

Last updated at Posted at 2024-12-02

A048_A-AtCoderxxxContest

  • char同士で+演算したり"A" + char + "C"もエラーが発生するのでstringのstrに「AXB」という形で用意してstr[1]に入れるようにやり方を変えたら通った
  • ちなみに解答例は「cout << a [0] << b [0] << c [0] << endl ;」演算子を使って連結するのではなく単純に一文字ずつ出力。
0
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
0
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?