Submission

Status:

-

Subtask/Task Score:

0/100

Score: 0

User: Guide888

Problemset: Hello Croissant

Language: cpp

Time: 0.002 second

Submitted On: 2026-05-17 21:29:56

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

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