1 solutions

  • 0
    @ 2025-11-5 15:59:28

    C :

    #include<stdio.h>
    
    int main()
    {
        int j;
        for(int i=0;i<10;i++){
        	printf("%d\n",(i+1)*10);
        }	
    	return 0;
    }
    

    Pascal :

    begin
      writeln('10');
      writeln('20');
      writeln('30');
      writeln('40');
      writeln('50');
      writeln('60');
      writeln('70');
      writeln('80');
      writeln('90');
      writeln('100');
    end.
    
    
    • 1

    Information

    ID
    17414
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By