제출 #1248728

#제출 시각아이디문제언어결과실행 시간메모리
1248728exoworldgdprintf 함수 1 (BSC_0_1)C++20
100 / 100
1 ms320 KiB
#pragma GCC optimize("O3")
#pragma GCC target("avx2,bmi,bmi2,popcnt,lzcnt")
#include <bits/stdc++.h>
#define exoworldgd cin.tie(0)->sync_with_stdio(0),cout.tie(0)
using namespace std;
signed main(void) {
    exoworldgd;
    cout << "Hello World\!";
}

컴파일 시 표준 에러 (stderr) 메시지

printf1.cpp: In function 'int main()':
printf1.cpp:8:13: warning: unknown escape sequence: '\!'
    8 |     cout << "Hello World\!";
      |             ^~~~~~~~~~~~~~~
#Verdict Execution timeMemoryGrader output
Fetching results...