Hieudz

Rating
-
Bài tập
382
Điểm
30383
Rating #
-
Điểm #
2713
Dương Đức Hiếu (THCS Lê Lợi - TP Đà Nẵng)
Giới thiệu
TRAVEL EVERYWHERE
Tầng lớp : NEWBIE
enter link description here
Nhập xuất file c++
freopen("tenbai.inp", "r", stdin);
freopen("tenbai.out", "w", stdout);
Nhập xuất file python
import sys
sys.stdin = open("tenbai.inp", "r")
sys.stdout = open("tenbai.out", "w")