December 18, 2018
Telephone charges
Threads: Write a program for telephone charges for a household with the following parameters:
- Mandatory subscription fee is 25 thousand.
- 600 for each call contract 50 first minute.
- 400 copper per minute call 150 The next minute.
- 200 VND per minute for any later 200 first minute.
Input: A single integer is the number of call minutes
Output: The words: “So tien = x”, where x is the amount payable.
For example:
input: 1 output: So ten = 25600
You are not logged in? Log in to Submit Now!
15 Comments
Add a Comment
You must be logged in to post a comment.
Anh gì ơiii, pass 5 bài xong mất test2 kìaaaa. Pass cả 5 ra kết quả 4/5
Bạn thử lại nhé. Mình vừa fix lỗi.
Bên phần lời giải tác giả trình bày rất đơn giản, ngắn gọn . Anh cho em hỏi để trình bày được như vậy là anh áp dụng thuật toán hay do code nhiều thành kỹ năng ạ? Tuy vẫn giải được các bài toán trên nhưng em code rất dài theo kiểu chuyển từ văn viết ra code vậy.
Ah, Do code nhiều và có những bài cũng là dùng thuật toán nên vậy nhé.
ad giải thích đề bài rõ hơn được không ạ, em vẫn chưa hiểu lắm
Đề bài nói rõ rồi mà.
nhưng mà anh ơi, cái yếu của em là vận dụng lí thuyết vào bài í anh, em tệ cái đó lắm, nên mong anh giải thích rõ ràng hơn được không ạ
Mandatory subscription fee is 25 thousand.
600 for each call contract 50 first minute.
400 copper per minute call 150 The next minute.
200 VND per minute for any later 200 first minute.
anh có thể phân tích ra giùm em được không anh ??
Phí bắt buộc: 25 thousand
50 phút đầu: 600đ/phút
150 The next minute: 400đ/phút
or 200 phút: 200đ/phút
bạn hiểu chưa
Test Input:
51
Test Output:
So ten = 55400
Your Output:
So ten = 115000
test này hệ thống chấm lỗi phải k ạ
Hệ thống chấm đúng nhé.
ad ơi tại sao đáp án 5 test đúng hết mà lại ghi sai
Please see the difference between Test output and your output. “so” va “So”
1. Wrong Answer
Test Input:
0
Test Output:
So ten = 25000
Your Output:
so tien = 25000
2. Wrong Answer
Test Input:
50
Test Output:
So ten = 55000
Your Output:
so tien = 55000
3. Wrong Answer
Test Input:
51
Test Output:
So ten = 55400
Your Output:
so tien = 55400
4. Wrong Answer
Test Input:
200
Test Output:
So ten = 115000
Your Output:
so tien = 115000
5. Wrong Answer
Test Input:
210
Test Output:
So ten = 117000
Your Output:
so tien = 117000
Minute = 200;
Thi tinh ntn ra 11500 vay a?