/ ns /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:11: error: 'i' was not declared in this scope
    if (dp[i & 1][j]) std::cout << "yes\n";
           ^
/in/foo.cc:20:18: error: 'j' was not declared in this scope
    if (dp[i & 1][j]) std::cout << "yes\n";
                  ^

信息

递交者
类型
自测
题目
P1000 1
语言
C++
递交时间
2024-10-29 21:11:30
评测时间
2024-10-29 21:11:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes