Compare commits

...

1 Commits

Author SHA1 Message Date
连桢钰 ed9a3c15c2 ReadScore
2 years ago

@ -0,0 +1,27 @@
<?xml version="1.0"?>
<flowgorithm fileversion="3.0">
<attributes>
<attribute name="name" value=""/>
<attribute name="authors" value="&#36830;&#26722;&#38064;"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2023-05-21 05:33:37 &#19979;&#21320;"/>
<attribute name="created" value="6L+e5qGi6ZKwO0RFU0tUT1AtUEg3MUlVMTsyMDIzLTA1LTIxOzA1OjE3OjAzIOS4i+WNiDsxNDUwNzk="/>
<attribute name="edited" value="6L+e5qGi6ZKwO0RFU0tUT1AtUEg3MUlVMTsyMDIzLTA1LTIxOzA1OjMzOjM3IOS4i+WNiDsxOzE0NTE5Mg=="/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body/>
</function>
<function name="ReadScore" type="Integer" variable="">
<parameters/>
<body>
<declare name="i&#65292;j" type="Integer" array="False" size=""/>
<output expression="&quot;Input student's ID, name and score:\n&quot;" newline="True"/>
<for variable="i" start="0" end="n-1" direction="inc" step="1">
<input variable="&quot;%ld%s&quot;"/>
<for variable="j" start="0" end="m-1" direction="inc" step="1"/>
<input variable="&quot;%f&quot;"/>
</for>
</body>
</function>
</flowgorithm>
Loading…
Cancel
Save