#include <stdio.h>
int main() {
int a = 5;
float b = 2.5;
int hasil;
hasil = a + b;
printf("Hasil ekspresi = %d", hasil
); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CmludCBtYWluKCkgewogaW50IGEgPSA1OwogZmxvYXQgYiA9IDIuNTsKIGludCBoYXNpbDsKIGhhc2lsID0gYSArIGI7CiBwcmludGYoIkhhc2lsIGVrc3ByZXNpID0gJWQiLCBoYXNpbCk7CiByZXR1cm4gMDsKfQo=