#12356: answer(c++)


990499 (555278)

學校 : 臺北市私立延平高級中學
編號 : 60234
來源 : [223.137.250.218]
最後登入時間 :
2020-03-26 14:02:49
a799. 正值國 | From: [203.72.178.252] | 發表日期 : 2017-07-11 14:45

#include <iostream>

/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;

int main(int argc, char** argv) {
int n;                             
while(cin>>n)                
if(n>=0)                        
cout<< n <<"\n";
else
cout<< 0-n <<"\n";







return 0;
}

 
ZeroJudge Forum