QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#869577 | #6. 玛里苟斯 | yangcanning | Compile Error | / | / | C++23 | 279b | 2025-01-25 11:29:12 | 2025-01-25 11:29:14 |
Judging History
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