Submission #00383
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | #include "stdafx.h" int main() { char ab[40]; int r; int t; int y; scanf ( "%d" , &r); scanf ( "%d" , &t); scanf ( "%d" , &y); if (r*r + t*t == y*y) { puts ( "Yes" ); } else { puts ( "No" ); } return 0; } |
ステータス
項目 | データ |
---|---|
問題 | 0001 - right |
ユーザー名 | gonshu |
投稿日時 | 2017-11-26 15:03:51 |
言語 | C++11 |
状態 | Compile Error |
得点 | 0 |
ソースコード長 | 246 Byte |
最大実行時間 | - |
最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp:1:10: fatal error: stdafx.h: No such file or directory #include "stdafx.h" ^~~~~~~~~~ compilation terminated.
セット
セット | 得点 | Cases |
---|
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|