Submission #74620


ソースコード

ステータス

項目 データ
問題 1630 - うっちーとうっちーのおかいもの
ユーザー名 e2311
投稿日時 2023-07-14 16:25:15
言語 C++11
状態 Compile Error
得点 0
ソースコード長 515 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:6:12: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
     int c[n],v[m];
            ^
./Main.cpp:6:12: error: size of array ‘c’ has non-integral type ‘double’
./Main.cpp:6:17: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
     int c[n],v[m];
                 ^
./Main.cpp:6:17: error: size of array ‘v’ has non-integral type ‘double’
./Main.cpp:11:21: error: invalid operands of types ‘int’ and ‘double’ to binary ‘operator<<’
     for(int i=0;i<(1<<n);i++){
                    ~^~~

セット

セット 得点 Cases

テストケース

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