Dấu nháy đơn

Xem PDF

Điểm: 100 (p) Thời gian: 1.0s Bộ nhớ: 512M Input: bàn phím Output: màn hình

In ra dòng chữ:

I'm fine, thank you! And you?

Bình luận


  • 0
    PhucDepZai    11:17 a.m. 8 Tháng 9, 2024
    code
    python,pypy3

    print("I'm fine, thank you! And you?")

    c++

    include <bits/stdc++.h>

    using namespace std;
    int main()
    {
    cout<<"I'm fine, thank you! And you?";
    }

    pascal

    begin
    write ('I''m fine, thank you! And you?');
    end.

    output

    I'm fine, thank you! And you?


    • 0
      kietlqt    6:24 p.m. 14 Tháng 9, 2024

      Cần gì show code , dễ ẹc


      • 0
        PhucDepZai    9:55 p.m. 14 Tháng 9, 2024

        làm màu xíu chi căng

    1 bình luận nữa