7 lines
81 B
C
7 lines
81 B
C
#include <stdio.h>
|
|
|
|
int main(){
|
|
int a = 123;
|
|
int b = 456;
|
|
return 0;
|
|
} |