so I was trying to run my first Code in CLion:
#include int main () { int x; x = 5/2; printf("Result: %.2f", x); r