My Blog

Thoughts, tutorials, and insights on technology and development

时间差

#include <stdio.h> int main() {        int hour1, minute1;     printf("请输入时间1:(小时 分钟)\n");     scanf("%d %d", &hour1, &min...
Read More

找零计算器

#include <stdio.h> int main() {   int price = 0;   printf("请输入价格:");   scanf("%d", &price);   int change = 100 - price;   ...
Read More

Welcome to My Blog

Welcome to my personal blog! This is where I will be sharing my thoughts on economics, data analysis, and my journey as an economics student. I am excited to share my experiences, insights, and econo...
Read More