Submission

Status:

P

Subtask/Task Score:

100/100

Score: 100

User: latte_zaza5567

Problemset: Hello Croissant II

Language: cpp

Time: 0.002 second

Submitted On: 2025-12-21 08:56:23

#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\\n"<<'\"';
    
    return 0;
}