Submission

Status:

P

Subtask/Task Score:

100/100

Score: 100

User: prepremier

Problemset: Hello Croissant

Language: cpp

Time: 0.002 second

Submitted On: 2026-05-18 14:49:20

#include <bits/stdc++.h>
using namespace std;

int32_t main(){
    cin.tie(nullptr)->sync_with_stdio(0);

    cout << "Hello Croissant";
}