#include <iostream>
using namespace std;
int main() {
// float n = 374;
// float w = 274;
// float A = n * w / 2;
// float a = 70;
// float b = 120;
// float h2 = 16;
// float B = (a+b)*h2;
// if (A>=B) {
// cout<<"삼각형이 사다리꼴보다 크다.\b";
// } else {
// cout<<"사다리꼴이 삼각형보다 크다.\b";
int h=12;
int m=35;
int t=h*60+m;
t-=30
if(t<0)
}
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: