QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#324909#8230. Submissionsucup-team2045#Compile Error//C++142.7kb2024-02-11 01:29:282024-02-11 01:29:29

详细

answer.code: In function ‘void solve()’:
answer.code:30:19: error: narrowing conversion of ‘-1.0e+9’ from ‘double’ to ‘int’ [-Wnarrowing]
   30 |         rnk.insert({{-1e9,-1e9},-1e9});
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~