QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#22612#2868. Preparing a contestasoul#Compile Error//Python2200b2022-03-10 14:04:122022-05-18 04:13:07

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-05-18 04:13:07]
  • 评测
  • [2022-03-10 14:04:12]
  • 提交

answer

#include <bits/stdc++.h>
#define mod 998244353
using namespace std;
signed main()
{
	ios::sync_with_stdio(false);
	cin.tie(0);
	cout << "The 57th Flower Olympiad in Informatics";
	return 0;
}

Details

  File "answer.code", line 3
    using namespace std;
                  ^
SyntaxError: invalid syntax