Skip to content

Instantly share code, notes, and snippets.

View Jonathan-4417's full-sized avatar

Jonathan-Yeh Jonathan-4417

  • Joined Oct 2, 2025
View GitHub Profile
#include <iostream>
using namespace std;
int main() {
int score = 80;
if (score >= 80) {
cout << "高分!";
} else if (score >= 60){