Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- struct TT
- {
- char sz[99];
- int nPoint;
- } ;
- TT t_arr[99];
- /////////////////////////////////////////////////////
- int main()
- {
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement