Submission

Status:

P

Subtask/Task Score:

100/100

Score: 100

User: latte_zaza5567

Problemset: Hello Croissant

Language: cpp

Time: 0.003 second

Submitted On: 2025-12-21 08:42:14

#include <bits/stdc++.h>

using namespace std;

typedef long long ll;

const ll inf = 1e18;

int main() {
    ios_base::sync_with_stdio(0);
    cin.tie(0);
    cout<<"Hello Croissant";
    
    return 0;
}