Submission

Status:

-

Subtask/Task Score:

0/100

Score: 0

User: Pera

Problemset: Hello Croissant II

Language: cpp

Time: 0.002 second

Submitted On: 2025-09-03 10:53:08

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

int main() {
    ios_base::sync_with_stdio(false);

    cout << "Hello Croissant\\n" << '\n'; 
}