9 lines
81 B
C
9 lines
81 B
C
#include <stdint.h>
|
|
|
|
int main(){
|
|
unsigned int x, y;
|
|
x = 20;
|
|
x = 5;
|
|
|
|
x *= y;
|
|
} |