Submission #62090
ソースコード
ステータス
項目 |
データ |
問題 |
0459 - セグメントツリー練習 |
ユーザー名 |
ei1923
|
投稿日時 |
2020-08-13 14:06:37 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1497 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:11:16: error: ISO C++ forbids declaration of ‘Sgument’ with no type [-fpermissive]
Sgument(int n){
^
./Main.cpp: In member function ‘int Segment::Sgument(int)’:
./Main.cpp:17:3: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:52:15: error: no matching function for call to ‘Segment::Segment(int&)’
Segment st(n);
^
./Main.cpp:7:8: note: candidate: ‘Segment::Segment()’
struct Segment{
^~~~~~~
./Main.cpp:7:8: note: candidate expects 0 arguments, 1 provided
./Main.cpp:7:8: note: candidate: ‘Segment::Segment(const Segment&)’
./Main.cpp:7:8: note: no known conversion for argument 1 from ‘int’ to ‘const Segment&’
./Main.cpp:7:8: note: candidate: ‘Segment::Segment(Segment&&)’
./Main.cpp:7:8: note: no known conversion for argument 1 from ‘int’ to ‘Segment&&’
セット
テストケース