Untitled

Anonymous
plain_text
11/12/2023 6:11 PM
208 B
14
Indexable
#include <iostream> 
using namespace std;
int main(){
int a, b;
cin >> a >> b;
if (a>b){
    if (b%2==0){
        cout << meow;
    }else cout << bark;
}
}
Editor is loading...