Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:9: warning: the address of 'double j1(double)' will never be NULL [-Waddress]
 while(j1!=0)
       ~~^~~
/in/foo.cc:14:7: error: 'j2' was not declared in this scope
 while(j2!=0)
       ^~

信息

递交者
类型
递交
题目
P2705 最近的数字
语言
C++
递交时间
2024-10-27 12:28:19
评测时间
2024-10-27 12:28:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes