Submitted 1 year 8 months ago
Mon Mar 13 18:30:17 CST 2023
Judger: judger1
Dataset Version: v4
0 ms /
0 KB
Final
0
Problem: fun21.calc
Language: GNU C++ 11
import math as m
D, a=map(float,input().split())
print(m.sqrt(2*D/a))
Compilation Error: Main.cpp:1:1: error: ‘import’ does not name a type; did you mean ‘short’? import math as m ^~~~~~ short