Submission
Status:
-
Subtask/Task Score:
0/100
Score: 0
User: cyblox_boi
Problemset: Hello Croissant II
Language: cpp
Time: 0.003 second
Submitted On: 2025-12-29 21:14:50
#include <bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(false);
cin.tie(nullptr);
cout << "Hello Croissant\\n" << '\n';
return 0;
}