Submission #00097
ソースコード
ステータス
項目 |
データ |
問題 |
0005 - ねこのあな |
ユーザー名 |
Queen☆☆
|
投稿日時 |
2020-08-17 09:28:16 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
987 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:7:15: error: declaration of ‘a& a’ shadows template parameter
bool chmax(a &a, const b &b) {
~~~^
./Main.cpp:6:11: note: template parameter ‘a’ declared here
template <class a, class b>
^~~~~
./Main.cpp:7:27: error: declaration of ‘const b& b’ shadows template parameter
bool chmax(a &a, const b &b) {
~~~~~~~~~^
./Main.cpp:6:20: note: template parameter ‘b’ declared here
template <class a, class b>
^~~~~
./Main.cpp: In function ‘bool chmax(a&, const b&)’:
./Main.cpp:7:27: error: declaration of ‘const b& b’ shadows template parameter
bool chmax(a &a, const b &b) {
~~~~~~~~~^
./Main.cpp:6:20: note: template parameter ‘b’ declared here
template <class a, class b>
^~~~~
./Main.cpp:7:15: error: declaration of ‘a& a’ shadows template parameter
bool chmax(a &a, const b &b) {
~~~^
./Main.cpp:6:11: note: template parameter ‘a’ declared here
template <class a, class b>
^~~~~
./Main.cpp: At global scope:
./Main.cpp:15:15: error: declaration of ‘a& a’ shadows template parameter
bool chmin(a &a, const b &b) {
~~~^
./Main.cpp:14:11: note: template parameter ‘a’ declared here
template <class a, class b>
^~~~~
./Main.cpp:15:27: error: declaration of ‘const b& b’ shadows template parameter
bool chmin(a &a, const b &b) {
~~~~~~~~~^
./Main.cpp:14:20: note: template parameter ‘b’ declared here
template <class a, class b>
^~~~~
./Main.cpp: In function ‘bool chmin(a&, const b&)’:
./Main.cpp:15:27: error: declaration of ‘const b& b’ shadows template parameter
bool chmin(a &a, const b &b) {
~~~~~~~~~^
./Main.cpp:14:20: note: template parameter ‘b’ declared here
template <class a, class b>
^~~~~
./Main.cpp:15:15: error: declaration of ‘a& a’ shadows template parameter
bool chmin(a &a, const b &b) {
~~~^
./Main.cpp:14:11: note: template parameter ‘a’ declared here
template <class a, class b>
^~~~~
セット
テストケース