Submit solution
Points:
100.00 (partial)
Time limit:
1.0s
Memory limit:
512M
Input:
stdin
Output:
stdout
Problem type
Allowed languages
Python, Scratch
In case the statement didn't load correctly, you can download the statement here: Statement
Comments
code python:
code full test:a=int(input()) b=int(input()) c=int(input()) if a: if b: if c: print(abc) else: print(ab) else: print(ac) else: print(b*c)
ta sẽ dùng hàm max() để tìm tích lớn nhất trong AxB,BxC,CxA,BxCxA
c++14
include <bits/stdc++.h>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b>>c;
if(a==0){
cout<<a*c;
}
else{
cout<<abc;
} https://oj.vnoi.info/user
cre Nguyen Chi Phat
Sai logic rồi
hêlô có ae nào xem euro ko
bài giải: https://scratch.mit.edu/projects/1032957980/
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
muti = axbxc
Sửa dòng 12 là: muti = abc
bài của bạn bị sao ấy toàn ra sai à
Xin loi, minh sua o tren roi nhe!