UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#212755#3830. Dgfytre5yhCompile Error//C++87b2024-10-20 10:34:242024-10-20 12:41:32

answer

#include <bits/stdc++.h>
using namespace std;
int main()
{
	cout<<-1
	return 0;
}

Details

answer.code: In function 'int main()':
answer.code:6:2: error: expected ';' before 'return'
  return 0;\x0d
  ^