# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1136668 | starpot | printf 함수 1 (BSC_0_1) | C++20 | 0 ms | 320 KiB |
#include <bits/stdc++.h>
using namespace std;
int main(){
cout<<"Hello World\!"<<endl;
return 0;
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |