/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int eshai(int)':
/in/foo.cc:36:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int get_n_prime(int, int*)':
/in/foo.cc:42:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < prime.size() && prime[i] <= n; i++){
                    ~~^~~~~~~~~~~~~~
/in/foo.cc:52:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 464.0 KiB
#2 Accepted 2ms 484.0 KiB
#3 Accepted 2ms 472.0 KiB
#4 Accepted 2ms 408.0 KiB
#5 Accepted 2ms 472.0 KiB

信息

递交者
类型
递交
题目
P1137 组合数
语言
C++
递交时间
2020-08-16 21:41:30
评测时间
2020-08-16 21:41:30
评测机
分数
100
总耗时
11ms
峰值内存
484.0 KiB