QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
/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