Commit be79c084 authored by liang.tang's avatar liang.tang
Browse files

temp

parent 02897568
#include<stdio.h>
int main() {
int a;
int b;
a = 12;
if(a>5) {
b=a;
}
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment