QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#225456#7521. Find the GapPetroTarnavskyi#Compile Error//C++17126b2023-10-24 17:47:052023-10-24 17:47:06

Judging History

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

  • [2023-10-24 17:47:06]
  • 评测
  • [2023-10-24 17:47:05]
  • 提交

answer

#include <iostream>

LL arr[47474747];

int main()
{
	std::ios::sync_with_stdio(0);
	std::cin.tie(0);
	
	return 0;
}

Details

answer.code:3:1: error: ‘LL’ does not name a type
    3 | LL arr[47474747];
      | ^~