QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#444755#8527. Power Divisionsucup-team1405#Compile Error//C++201.5kb2024-06-15 21:07:492024-06-15 21:07:50

詳細信息

answer.code:10:21: error: expected ‘,’ or ‘;’ before numeric constant
   10 | ld eps = 0.00000000 0001;
      |                     ^~~~
answer.code: In function ‘int main()’:
answer.code:51:12: error: redeclaration of ‘std::string s’
   51 |     string s;
      |            ^
answer.code:29:12: note: ‘std::string s’ previously declared here
   29 |     string s;
      |            ^
answer.code:53:9: error: redeclaration of ‘int ans’
   53 |     int ans = 1e9;
      |         ^~~
answer.code:39:9: note: ‘int ans’ previously declared here
   39 |     int ans = 1e9;
      |         ^~~