Advertisement
sutasuu

N1

Oct 28th, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Asymptote 0.13 KB | Source Code | 0 0
  1. import geometry;
  2.  
  3. size(9cm, 0);
  4. defaultpen(fontsize(12pt));
  5. dotfactor = 4;
  6.  
  7.  
  8. for(int i = 0; i<5; ++i){
  9. write("k=", i);
  10. }
  11.  
Tags: C++ Asymptote
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement