#200

by XIZCM

Submitted 3 years 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())
 ^