Submission #80040
ソースコード
ステータス
項目 |
データ |
問題 |
1800 - 城作り |
ユーザー名 |
ei2332
|
投稿日時 |
2024-07-19 13:09:15 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
571 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:14:12: error: stray ‘#’ in program
return;#include<bits/stdc++.h>
^
./Main.cpp: In function ‘void f(int)’:
./Main.cpp:14:13: error: ‘include’ was not declared in this scope
return;#include<bits/stdc++.h>
^~~~~~~
./Main.cpp:14:21: error: ‘bits’ was not declared in this scope
return;#include<bits/stdc++.h>
^~~~
./Main.cpp:14:21: note: suggested alternative: ‘gets’
return;#include<bits/stdc++.h>
^~~~
gets
./Main.cpp:14:26: error: ‘stdc’ was not declared in this scope
return;#include<bits/stdc++.h>
^~~~
./Main.cpp:14:26: note: suggested alternative: ‘std’
return;#include<bits/stdc++.h>
^~~~
std
./Main.cpp:15:1: error: expected primary-expression before ‘using’
using namespace std;
^~~~~
./Main.cpp:16:14: error: a function-definition is not allowed here before ‘{’ token
void f(int x){
^
./Main.cpp:28:11: error: a function-definition is not allowed here before ‘{’ token
int main(){
^
セット
テストケース