我尝试Latin Square Daily Challenge on Reddit并且我想使用一个在运行时通过使用以下代码分配大小的数组:
<!DOCTYPE html>
<html>
<head>
<style>
input {
display: block
}
</style>
</head>
<body>
<form id='inform' action='http://httpbin.org/post' method='post'>
<input id='indate' name='indate' required>
<input id='intype' name='intype' required>
<input id='inamount' name='inamount' required>
<input type="submit">
</form>
</body>
</html>
这适用于在线编译器,但不适用于Visual Studio 17.有没有办法在Microsoft C ++编译器中执行此操作?