#25707: 很簡單的 AC


s910251@student.cysh.cy.edu.tw (吳亮佑)

學校 : 國立嘉義高級中學
編號 : 145844
來源 : [36.232.48.179]
最後登入時間 :
2022-12-25 20:25:19
a799. 正值國 | From: [36.232.101.212] | 發表日期 : 2021-06-15 14:09

#include<iostream>

using namespace std;

 

int main(void)

{

int n;

cin >> n;

cout << abs(n);

return 0;

}

 

cpp.

 
ZeroJudge Forum