Submission

Status:

P

Subtask/Task Score:

100/100

Score: 100

User: Guide888

Problemset: Hello Croissant

Language: cpp

Time: 0.002 second

Submitted On: 2026-05-17 21:30:28

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

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