Wrong Answer
Code
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,c;
cin>>a>>b>>c;
if(a<b && a<c)
{
cout<<"mojo";
}
else if(b<a && b<c)
{
cout<<"3vai";
}
else
{
cout<<"7vai";
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1179 7vai , 3vai or mojo ?
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-09-01 14:45:48
- Judged At
- 2025-09-01 14:45:48
- Judged By
- Score
- 20
- Total Time
- 1ms
- Peak Memory
- 540.0 KiB