Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Bash by lena7 ( 13 years ago )
#!/bin/bash
for n in `seq 1 13`; do
        sed -e "7s/3/$n/" 70847.c >t.c
        gcc -std=c99 -Ofast t.c
        ./a.out
done

 

Revise this Paste

Parent: 63589
Your Name: Code Language: