QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#869572 | #6. 玛里苟斯 | yangcanning | Compile Error | / | / | C++23 | 252b | 2025-01-25 11:25:19 | 2025-01-25 11:25:20 |
Judging History
answer
#include"bits/stdc++.h"
using namespace std;
constexpr bool square(long long x) {
return (x * x)%2==1?0:1;
}
//constexpr int result = square(100);
constexpr bool result[1000000000] = { square(114514) };
int main() {
cout << result << endl;
}
詳細信息
/tmp/cc3EQwoz.s: Assembler messages: /tmp/cc3EQwoz.s: Fatal error: can't write 7 bytes to section .text._ZNKSt5ctypeIcE8do_widenEc of /tmp/cclXH1sW.o: 'File too large' /tmp/cc3EQwoz.s: Fatal error: /tmp/cclXH1sW.o: No such file or directory