Points:
100 (p)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Viết chương trình nhập vào một số nguyên \(A\), in ra màn hình số gấp đôi \(A\)
Input
- Số nguyên \(A\) \((1 \le A \le 200)\)
Output
- Một số nguyên là đáp án thỏa mãn yêu cầu đề bài.
Example
Test 1
Input
123
Output
246
Comments
print(int(input())*2)
x=int(input())
a==x*2
print(a)
print(int(input())*2)
ĐÂY LÀ CÁCH KHÁC AC BÀI:
DÙNG TOÁN TỬ DỊCH BIT THAY CHO TOÁN TỬ NHÂN!😎
qwertyuiopasdfghjklzxcvbnm=int(input())
print(qwertyuiopasdfghjklzxcvbnm*2)
bruh 800 điểm tương đương với bài https://lqdoj.edu.vn/problem/scr01abc
800 điểm ???