Wrong Answer
Code
#include <bits/stdc++.h>
using namespace std;
int main(){
int x,a,b;
cin>>x,a,b;
if(a<b){
cout<<"7vai";}
else if (b<a){
cout<<"3vai";
}
else
cout<<"mojo";
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1179 7vai , 3vai or mojo ?
- Contest
- Intra LU IEEE Beginner Programming Contest
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-02-26 05:38:41
- Judged At
- 2025-02-26 05:38:41
- Judged By
- Score
- 0
- Total Time
- 1ms
- Peak Memory
- 532.0 KiB