QOJ.ac

QOJ

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

Judging History

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

  • [2025-01-25 11:25:20]
  • 评测
  • [2025-01-25 11:25:19]
  • 提交

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