Submission

Status:

P

Subtask/Task Score:

100/100

Score: 100

User: 68naruebet

Problemset: Hello Croissant

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-05 21:27:07

#include <iostream>

using namespace std;

int main()
{
    cout << "Hello Croissant" << endl;
    return 0;
}