Submission #00101
ソースコード
ステータス
項目 |
データ |
問題 |
0003 - 眠れる獅子の的当て |
ユーザー名 |
ソロプレイヤー
|
投稿日時 |
2017-07-14 17:06:01 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1121 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: 関数 ‘int main()’ 内:
./Main.cpp:5:7: エラー: expected unqualified-id before ‘this’
int this=0;
^~~~
./Main.cpp:16:7: エラー: invalid use of ‘this’ in non-member function
this = y;
^~~~
./Main.cpp:19:7: エラー: invalid use of ‘this’ in non-member function
this = x;
^~~~
./Main.cpp:21:16: エラー: invalid use of ‘this’ in non-member function
if(-point1<this&&this<point1){
^~~~
./Main.cpp:21:22: エラー: invalid use of ‘this’ in non-member function
if(-point1<this&&this<point1){
^~~~
./Main.cpp:24:21: エラー: invalid use of ‘this’ in non-member function
else if(-point2<this&&this<point2){
^~~~
./Main.cpp:24:27: エラー: invalid use of ‘this’ in non-member function
else if(-point2<this&&this<point2){
^~~~
./Main.cpp:27:21: エラー: invalid use of ‘this’ in non-member function
else if(-point3<this&&this<point3){
^~~~
./Main.cpp:27:27: エラー: invalid use of ‘this’ in non-member function
else if(-point3<this&&this<point3){
^~~~
./Main.cpp:30:21: エラー: invalid use of ‘this’ in non-member function
else if(-point4<this&&this<point4){
^~~~
./Main.cpp:30:27: エラー: invalid use of ‘this’ in non-member function
else if(-point4<this&&this<point4){
^~~~
./Main.cpp:33:21: エラー: invalid use of ‘this’ in non-member function
else if(-point5<this&&this<point5){
^~~~
./Main.cpp:33:27: エラー: invalid use of ‘this’ in non-member function
else if(-point5<this&&this<point5){
^~~~
セット
テストケース