Submission

Status:

P

Subtask/Task Score:

100/100

Score: 100

User: Folk_DIWA

Problemset: Hello Croissant

Language: cpp

Time: 0.002 second

Submitted On: 2026-04-01 23:45:53

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

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

    cout << "Hello Croissant";
}