QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#225458#7521. Find the GapPetroTarnavskyi#Compile Error//C++17129b2023-10-24 17:47:342023-10-24 17:47:35

Judging History

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

  • [2023-10-24 17:47:35]
  • 评测
  • [2023-10-24 17:47:34]
  • 提交

answer

#include <iostream>

LL arr[20][4474747];

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[20][4474747];
      | ^~