QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#869577#6. 玛里苟斯yangcanningCompile Error//C++23279b2025-01-25 11:29:122025-01-25 11:29:14

Judging History

你现在查看的是最新测评结果

  • [2025-01-25 11:29:14]
  • 评测
  • [2025-01-25 11:29:12]
  • 提交

answer

#include"bits/stdc++.h"
using namespace std;
constexpr bool square(long double x) {
	return (x * x)/2 > 5000?1:0;
}
//constexpr int result = square(100);
constexpr bool result[1000000000] = { square((double)11451498.2147483647) };
int main() {
	cout << result << endl;
}

詳細信息

/tmp/ccUfgvW6.s: Assembler messages:
/tmp/ccUfgvW6.s: Fatal error: can't write 7 bytes to section .text._ZNKSt5ctypeIcE8do_widenEc of /tmp/ccxcI2Yl.o: 'File too large'
/tmp/ccUfgvW6.s: Fatal error: /tmp/ccxcI2Yl.o: No such file or directory