Submission

Status:

P

Subtask/Task Score:

100/100

Score: 100

User: faofao

Problemset: Hello Croissant

Language: cpp

Time: 0.002 second

Submitted On: 2026-03-20 11:10:28

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

signed main(){
    ios::sync_with_stdio(0),cin.tie(0);
    cout << "Hello Croissant" ;
}