#14804: C++ AC


elvisliu (方塊)

學校 : 臺北市私立延平高級中學
編號 : 69054
來源 : [203.72.178.252]
最後登入時間 :
2018-12-19 17:05:19
a799. 正值國 | From: [203.72.178.252] | 發表日期 : 2018-08-07 13:24

#include <bits/stdc++.h>
using namespace std ;
int main() {
int n;
cin>>n;
if(n<0) cout<<n*-1<<endl;
else cout<<n<<endl;
}

 
ZeroJudge Forum