#257

by ‮yeknom

Submitted 3 years 1 day ago
Sun Apr 25 11:10:49 CST 2021
Judger: judger1
Dataset Version: v1

0 ms / 0 KB
Final 0
Problem: fun21.density
Language: GNU C++ 11


//Original Code:
//	if(d>=10000) over("1");

//substituted with C++ Inliner
	if(d>=10000) over("1");
Compilation Error:
Main.cpp:5:2: error: expected unqualified-id before ‘if’
  if(d>=10000) over("1");
  ^~