Untitled
Anonymous
c_cpp
11/04/2023 10:59 AM
276 B
11
Indexable
#include <iostream>
using namespace std;
int main() {
int x;
cin >> x;
if(x < 10) {
cout << "Brojot e pomal od 10" << endl;
}
cout << "DA" << endl;
return 0;
}
Editor is loading...