Submitted 3 years 6 months 1 day ago
Sat Apr 24 17:33:34 CST 2021
Judger: judger1
Dataset Version: v0
0 ms /
0 KB
Final
0
Problem: fun21.density
Language: GNU C++ 11
d=float(input())
bt=40
s = ' ' * (d*bt*1024)
Compilation Error: Main.cpp:1:1: error: ādā does not name a type d=float(input()) ^