/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int setValue(int, int, bool, int)':
/in/foo.cc:32:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:196:35: error: 'memset' was not declared in this scope
             memset(a, 0, sizeof(a));
                                   ^
/in/foo.cc:238:49: error: 'current_timestamp' was not declared in this scope
         long long startTime = current_timestamp();
                                                 ^
/in/foo.cc:238:19: warning: unused variable 'startTime' [-Wunused-variable]
         long long startTime = current_timestamp();
                   ^~~~~~~~~

信息

递交者
类型
递交
题目
P1808 表达式的值
语言
C++
递交时间
2023-07-11 23:40:50
评测时间
2023-07-11 23:40:50
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes