#include using namespace std;
int main(){ short unsigned int a,b,c; scanf("%hu %hu %hu",&a,&b,&c); if(aa+bb<cc){ printf("obtuse triangle"); } else if(aa+bb == cc){ printf("right triangle"); } else{ printf("acute triangle"); } } https://zerojudge.tw/ShowProblem?problemid=d507 https://zerojudge.tw/ShowProblem?problemid=d511
getchar_unlocked()好難
https://zerojudge.tw/ShowProblem?problemid=a013 https://zerojudge.tw/ShowProblem?problemid=a799