/ Vijos /

记录详情

Wrong Answer

foo.cc: In function ‘std::pair<std::vector<int>, std::__cxx11::basic_string<char> > dfs(std::unordered_map<std::__cxx11::basic_string<char>, std::pair<std::vector<int>, std::__cxx11::basic_string<char> > >&, std::vector<int>&, int, int)’:
foo.cc:54:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   54 |                     for(int i=2;i<left.first.size();i++) {
      |                                 ~^~~~~~~~~~~~~~~~~~
foo.cc:59:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   59 |                     for(int i=2;i<right.first.size();i++) {
      |                                 ~^~~~~~~~~~~~~~~~~~~
foo.cc: In function ‘void solve_1038(std::vector<int>&)’:
foo.cc:77:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   77 |     for(int i=2;i<res.first.size();i++) {
      |                 ~^~~~~~~~~~~~~~~~~
foo.cc:78:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   78 |         if(i < res.first.size()-1) {
      |            ~~^~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 3ms 760.0 KiB
#2 Wrong Answer User output longer than standard answer. 3ms 536.0 KiB
#3 Wrong Answer User output longer than standard answer. 3ms 536.0 KiB
#4 Wrong Answer User output longer than standard answer. 3ms 768.0 KiB
#5 Wrong Answer User output longer than standard answer. 3ms 536.0 KiB
#6 Wrong Answer Standard answer longer than user output. 3ms 536.0 KiB
#7 Wrong Answer User output longer than standard answer. 9ms 532.0 KiB
#8 Wrong Answer User output longer than standard answer. 804ms 560.0 KiB
#9 Wrong Answer User output longer than standard answer. 833ms 536.0 KiB
#10 Wrong Answer User output longer than standard answer. 841ms 580.0 KiB

信息

递交者
类型
递交
题目
P1038 添加括号
语言
C++
递交时间
2024-10-04 13:18:37
评测时间
2024-10-04 13:18:37
评测机
分数
0
总耗时
2508ms
峰值内存
768.0 KiB