結果

問題 No.9005 実行時間/使用メモリテスト(テスト用)
ユーザー 👑 testestesttestestest
提出日時 2017-04-30 16:21:32
言語 cLay
(20240714-1)
結果
CE  
実行時間 -
コード長 12 bytes
コンパイル時間 1,971 ms
コンパイル使用メモリ 164,104 KB
最終ジャッジ日時 2024-07-05 12:11:31
合計ジャッジ時間 2,283 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。

コンパイルメッセージ
main.cpp: In instantiation of ‘T pow_L(T, S) [with T = int; S = double]’:
main.cpp:198:14:   required from here
main.cpp:183:9: error: invalid operands of types ‘double’ and ‘int’ to binary ‘operator&’
  183 |     if(b&1){
      |        ~^~
main.cpp:186:7: error: invalid operands of types ‘double’ and ‘int’ to binary ‘operator>>’
  186 |     b >>= 1;
      |     ~~^~~~~
main.cpp:186:7: note:   in evaluation of ‘operator>>=(double, int)’

ソースコード

diff #

{wt(0**.5);}
0