mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-04 11:21:42 +00:00
8 lines
102 B
C
8 lines
102 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main()
|
|
{
|
|
printf("abs %d", abs(-1024));
|
|
return 0;
|
|
} |