can we write this sketch more simply

Hello
I am beginner with arduino
can we write this sketch more simply
Thank you

int result;
int result1;
int result2;


int long tabDurees[] = {52000,40000,3000,250}; 

void setup()
{ 

  

Serial.begin(9600);
}

void loop()
{ 
  
  
  

  
{ 
    
   
     
    
result = tabDurees[0]  - tabDurees[1]  ; 
result1 = (result  - tabDurees[2] ) ; 
result2 = (result1  - tabDurees[3] ) ; 
      
Serial.println (result)  ;
Serial.println (result1)  ;
Serial.println (result2)  ;

} 

 while(1);

}/code]

Define what you mean by "more simply" ?

First post your code correctly, its got mangled markdown in it for a start, and isn't legal C

Well,

it. could. be

a

lot.

shorter.

Edit: you could will stop dumping this same post in different sections of the forum