Submission #00164


ソースコード

ステータス

項目 データ
問題 0008 - 完全数
ユーザー名 Bwambocos
投稿日時 2017-03-30 22:18:22
言語 C++
状態 Compile Error
得点 0
ソースコード長 809 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:36:22: error: ‘divs’ does not name a type
                 auto divs = divisor(N);
                      ^
./Main.cpp:37:27: error: ‘i’ does not name a type
                 for (auto i : divs)
                           ^
./Main.cpp:41:17: error: expected ‘;’ before ‘sum’
                 sum -= N;
                 ^
./Main.cpp:42:17: error: expected primary-expression before ‘if’
                 if (N == sum) { out << "perfect number" << std::endl; }
                 ^
./Main.cpp:42:17: error: expected ‘)’ before ‘if’

セット

セット 得点 Cases

テストケース

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