parent
ca315f2bf6
commit
ed9a3c15c2
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0"?>
|
||||
<flowgorithm fileversion="3.0">
|
||||
<attributes>
|
||||
<attribute name="name" value=""/>
|
||||
<attribute name="authors" value="连桢钰"/>
|
||||
<attribute name="about" value=""/>
|
||||
<attribute name="saved" value="2023-05-21 05:33:37 下午"/>
|
||||
<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,j" type="Integer" array="False" size=""/>
|
||||
<output expression=""Input student's ID, name and score:\n"" newline="True"/>
|
||||
<for variable="i" start="0" end="n-1" direction="inc" step="1">
|
||||
<input variable=""%ld%s""/>
|
||||
<for variable="j" start="0" end="m-1" direction="inc" step="1"/>
|
||||
<input variable=""%f""/>
|
||||
</for>
|
||||
</body>
|
||||
</function>
|
||||
</flowgorithm>
|
Loading…
Reference in new issue