Untitled
unknown
plain_text
2 years ago
162 B
6
Indexable
#include <iostream> using namespace std; int main() { int N; int M; int K; cin » N » M » K; if (N * M >= K) { cout « "YES"; } else cout « "NO"; }
Editor is loading...
#include <iostream> using namespace std; int main() { int N; int M; int K; cin » N » M » K; if (N * M >= K) { cout « "YES"; } else cout « "NO"; }