Advertisement
dllbridge

Untitled

Aug 9th, 2024
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1.  
  2. #include <stdio.h>
  3.  
  4.  
  5. struct TT
  6. {
  7.      char sz[99];
  8.      
  9.      int  nPoint;  
  10.    
  11. } ;
  12.  
  13. TT t_arr[99];
  14.  
  15. /////////////////////////////////////////////////////
  16. int main()
  17. {
  18.    
  19.    
  20.    
  21. }
  22.    
  23.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement