Submission #00076
ソースコード
ステータス
項目 |
データ |
問題 |
0005 - 電線 |
ユーザー名 |
ei2134
|
投稿日時 |
2023-07-31 10:02:34 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
6164 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:116:59: error: stray ‘#’ in program
cout << (x + 1) + (y + 1) - __gcd(y, x) - 1 << endl; #include <bits/stdc++.h>
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:116:60: error: ‘include’ was not declared in this scope
cout << (x + 1) + (y + 1) - __gcd(y, x) - 1 << endl; #include <bits/stdc++.h>
^~~~~~~
./Main.cpp:116:69: error: ‘bits’ was not declared in this scope
cout << (x + 1) + (y + 1) - __gcd(y, x) - 1 << endl; #include <bits/stdc++.h>
^~~~
./Main.cpp:116:69: note: suggested alternative: ‘gets’
cout << (x + 1) + (y + 1) - __gcd(y, x) - 1 << endl; #include <bits/stdc++.h>
^~~~
gets
./Main.cpp:116:74: error: ‘stdc’ was not declared in this scope
cout << (x + 1) + (y + 1) - __gcd(y, x) - 1 << endl; #include <bits/stdc++.h>
^~~~
./Main.cpp:116:74: note: suggested alternative: ‘std’
cout << (x + 1) + (y + 1) - __gcd(y, x) - 1 << endl; #include <bits/stdc++.h>
^~~~
std
./Main.cpp:117:1: error: expected primary-expression before ‘using’
using namespace std;
^~~~~
./Main.cpp:133:1: error: a template declaration cannot appear at block scope
template <class x>
^~~~~~~~
./Main.cpp:153:1: error: a template declaration cannot appear at block scope
template <class x>
^~~~~~~~
./Main.cpp:222:1: error: a function-definition is not allowed here before ‘{’ token
{
^
セット
テストケース