ამ გვერდზე თქვენ იხილავთ გაგზავნილი ამოხსნების სტატუსს.
გაგზავნის თარიღი: 20.01.2023 15:00:28
ამოცანა: ორი ყუთი
მომხმარებელი: DaTo69KoBuLa
ვერდიქტი: ამოუხსნელი
შეფასება: 0 ქულა
#include <iostream> #include <algorithm> using namespace std; int a1,b1,c1,a2,b2,c2; int main() { cin>>a1>>b1>>c1; cin>>a2>>b2>>c2; a=a1*b1*c1; b=a2*b2*c2; if(a>b) cout <<"YES"; else cout <<"NO"; }
main.cpp: In function 'int main()': main.cpp:9:4: error: 'a' was not declared in this scope a=a1*b1*c1; ^ main.cpp:10:4: error: 'b' was not declared in this scope b=a2*b2*c2; ^