1014. 寫評語 (Standard IO)
#include<stdio.h>
int main()
{
int score;
scanf("%d", &score);
if (score >= 90)printf("Excellent");
else if (score >= 80)printf("Good");
else if (score >= 60)printf("Pass");
else printf("Fail");
return 0;
}
相關文章
- 1001. 溫度轉換 (Standard IO)
- 高階加密標準(英語:Advanced Encryption Standard,縮寫:AES)加密
- Eslint Standard Style語法規則EsLint
- PAT甲級-1014. Waiting in Line (30)(模擬)AI
- Python 檔案讀寫(Python IO)Python
- PostgreSQL 原始碼解讀(75)- 查詢語句#60(Review - standard_...SQL原始碼View
- Go Standard library - flagGo
- Go Standard library - stringsGo
- Standard Simulation in Madden 22
- Perl IO:隨機讀寫檔案隨機
- io流對資料的讀寫
- .NET Standard是什麼
- Standard Functions Used in SAP Retail with ArticlesFunctionAI
- 評價指標(純手寫)指標
- _IO_2_1_stdin_ 任意寫及對 _IO_2_1_stdout_ 任意讀的補充
- .NET Standard 類庫的使用技巧
- .NET Standard 來日苦短去日長
- 讀樣章、寫評語,即有機會獲贈《程式設計大師訪談錄》!程式設計
- 如何評估大語言模型模型
- 重寫Hexo豆瓣影評外掛Hexo
- 區塊鏈開發之Go語言—IO操作區塊鏈Go
- orcale 語句基本語法縮寫
- IO模式和IO多路複用(阻塞IO、非阻塞IO、同步IO、非同步IO等概念)模式非同步
- python中如何使用scipy.io讀寫.mat檔案?Python
- Windows server 2016 有standard、datacenter 和essentialsWindowsServer
- 為什麼.NET Standard 仍然有意義?
- 釋出 Rafy .NET Standard 版本 Nuget 包
- 2018-08-08 - Lisa’s Code Standard
- Python語法—讀寫Python
- Go程式語言評估報告Go
- IO 模型 select 編寫多程式 Web 伺服器 PHP 版模型Web伺服器PHP
- Linux 查詢佔用磁碟IO讀寫很高的程式方法Linux
- 【測試】HD-G2L-IO評估板測試結果表
- python之IO併發-阻塞IO 非阻塞IO IO多路複用 非同步IO(協程)Python非同步
- The Standard C Library電子書pdf下載
- 記憶體與IO,磁碟IO,網路IO記憶體
- 以語音評測的PC端demo程式碼為例,講解口語評測如何實現
- Go語言之讀寫鎖Go