Submission #00127


ソースコード

ステータス

項目 データ
問題 0008 - 身長 (Height)
ユーザー名 p2503
投稿日時 2025-08-21 10:04:31
言語 C++17
状態 Compile Error
得点 0
ソースコード長 173 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:1:1: error: ‘nclude’ does not name a type
 nclude <bits/stdc++.h>
 ^~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:9:5: error: ‘cout’ was not declared in this scope
     cout<<ans<<endl;
     ^~~~
./Main.cpp:9:5: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
./Main.cpp:1:1:
+#include <iostream>
 nclude <bits/stdc++.h>
./Main.cpp:9:5:
     cout<<ans<<endl;
     ^~~~

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #