제출 #1056481

#제출 시각아이디문제언어결과실행 시간메모리
1056481epicci23메기 농장 (IOI22_fish)C++17
3 / 100
47 ms13656 KiB
#include "bits/stdc++.h" //#define int long long #define all(v) v.begin() , v.end() #define sz(a) (int)a.size() using namespace std; #include "fish.h" long long tot=0,ok=1; long long max_weights(int n, int m, vector<int> x, vector<int> y, vector<int> w) { for(int i=0;i<m;i++){ long long a=x[i],b=y[i],c=w[i]; if(a&1) ok=0; tot+=c; } if(ok) return tot; } /*void _(){ int n,m,tot=0,ok=1; cin >> n >> m; for(int i=1;i<=m;i++){ int a,b,c; if(a&1) ok=0; cin >> a >> b >> c; tot+=c; } if(ok) cout << tot << '\n'; } int32_t main(){ cin.tie(0); ios::sync_with_stdio(0); int tc=1;//cin >> tc; while(tc--) _(); return 0; }*/

컴파일 시 표준 에러 (stderr) 메시지

fish.cpp: In function 'long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)':
fish.cpp:12:21: warning: unused variable 'b' [-Wunused-variable]
   12 |    long long a=x[i],b=y[i],c=w[i];
      |                     ^
fish.cpp:17:1: warning: control reaches end of non-void function [-Wreturn-type]
   17 | }
      | ^
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...